function ad(adnumber) {
	window.open("ad_view.php?adnumber=" + adnumber + " ","0","width=700,height=500,toolbar=no,resizable=yes,scrollbars=yes");
} // function respond

function adcontent() {
	window.open("view_faq.php?id=88","0","width=850,height=490,toolbar=no,resizable=yes,scrollbars=yes");
} // function respond

function makeprofile() {
	window.location.href     = "profile_edit.php";
}

function makeprofile_pop() {
	window.close();
	window.opener.location.href     = "profile_edit.php";
}
