<!--
//global Navigation 
home="/index.php";
perfecthosts="http://www.perfecthosts.net/index.php";


//Group Companies
Perfect="http://www.perfecthosts.net/index.php";
Mistake="http://www.bymistake.com";
Queer="http://www.queertechnologies.com";
Gecko="http://www.gaygecko.com";
GayTravel="http://www.gaytravelcentre.com";
WorldGay="http://www.worldgay.info";
Hub="http://www.thegayhub.com";
Insysteam="http://www.insysteam.com";
Hamacove="http://www.hamacove.com";

contact="/contact.php";
sitemap="/sitemap.php";
prov="";
priv="";

//Product 
product="/products.php";
products="/products.php";
domains="/domains.php";
domainRegistration="/domainregistrationframe.php";
domainNameSearch="/domainnamefinderframe.php";
hosting="/hosting.php";
hostingplans="/hostingplans.php";
personalspace="/personalspace.php";
webmail="/webmail.php";

//Tools 
tools="/tools.php";
hitcounter="/pphlogger";
links="/comingsoon.php";
mailinglist="/comingsoon.php";
myinfo="/myinfo.php";
whois="/whois.php";

//support 
support="/support.php";
faq="/faq.php";
helpdesk="/phphelpdesk/index.php";
forum="/comingsoon.php";
su_prod="/comingsoon.php";
reg_prod="/comingsoon.php";
newsgr="/comingsoon.php";

//legal 
legal="/termsandconditions.php";
terms="/termsandconditions.php";

//purchase 
purchase="/purchase.php";

//News & Event
news="/comingsoon.php";

//about PerfectHosts 
about="/about.php";


function GoMenu(name) {	
	if (eval(name) == "") {
		alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
		return;	
	}
	else if(name=='Perfect' || name=='Mistake' || name=='Queer' || name=='Gecko'  || name=='GayTravel' || name=='WorldGay' || name=='Hub' || name=='Insysteam' || name=='Hamacove') {
		top.location.href = eval(name);	
	}
	 else 
	{
		document.location.href = eval(name);
	}
}
//-->
