function hm()
{
	document.getElementById('m1').style.visibility = "hidden";
	document.getElementById('m2').style.visibility = "hidden";
	document.getElementById('m3').style.visibility = "hidden";
	document.getElementById('m4').style.visibility = "hidden";
	document.getElementById('m5').style.visibility = "hidden";
	document.getElementById('m6').style.visibility = "hidden";
	document.getElementById('m7').style.visibility = "hidden";
	document.getElementById('msearch').style.visibility = "hidden";
}
function shm(m)
{
	document.getElementById('m1').style.visibility = "hidden";
	document.getElementById('m2').style.visibility = "hidden";
	document.getElementById('m3').style.visibility = "hidden";
	document.getElementById('m4').style.visibility = "hidden";
	document.getElementById('m5').style.visibility = "hidden";
	document.getElementById('m6').style.visibility = "hidden";
	document.getElementById('m7').style.visibility = "hidden";
	document.getElementById('msearch').style.visibility = "hidden";
	document.getElementById(m).style.visibility = "visible";
}
function him(m)
{
	document.getElementById(m).style.visibility = "hidden";
}
function menulight(m)
{
	document.getElementById(m).className = "menu_on";
}
function menudark(m)
{
	document.getElementById(m).className = "menu_off";
}
function menulight_or(m)
{
	document.getElementById(m).className = "menu_or_on";
}
function menudark_or(m)
{
	document.getElementById(m).className = "menu_or_off";
}
function changeloc(m)
{
	document.location = m;
}
function NewWin(theURL,winName,features)
{
   window.open(theURL,winName,features);
}
function PlanDetails(preURL,winName,features)
{
	if ((document.forms['HostingForm'].OperatingSystem.options[document.forms['HostingForm'].OperatingSystem.selectedIndex].value)=='windows') {
	   ThePlan = document.forms['HostingForm'].WinPlan.options[document.forms['HostingForm'].WinPlan.selectedIndex].value
	}
		else if ((document.forms['HostingForm'].OperatingSystem.options[document.forms['HostingForm'].OperatingSystem.selectedIndex].value)=='linux') {
	   ThePlan = document.forms['HostingForm'].LinPlan.options[document.forms['HostingForm'].LinPlan.selectedIndex].value
	}
   window.open(preURL + ThePlan,winName,features);
}
function mailpage()
{

	mail_str = "mailto:?subject=Interesting info about NetSups.Com.";
	mail_str += "&body=I just visited www.netsups.com and thought that you might be interested in their services.";
	mail_str += " Check it out here:  " + location.href + ".";
	location.href = mail_str;
	//Syntax fo`fr the link: <a href="javascript:mailpage()">Email This Page</a>

}
