// JavaScript Document
function showPhone(selector) {
	$("#phoneProduct").html($(selector).html());
}
                
function showOther(selector) {
	$("#otherProduct").html($(selector).html());
}                
