<!--
function fwLoadMenus(strBaseURL) {
	if (window.MENU_DOMAIN ) return;
	
	/// MENU_DOMAIN
	window.MENU_DOMAIN = new Menu("root",142,17,"Verdana, Arial, Helvetica, sans-serif",10,"#333333","#ffffff","#efefef","#000000");
	MENU_DOMAIN.addMenuItem("Overview","location='"  + "http://domain-names.intaserve.com/'");
	MENU_DOMAIN.addMenuItem("Live Registration","location='"  + "http://domain-names.intaserve.com/registration.html'");
	MENU_DOMAIN.addMenuItem("Renewals / Transfer","location='"  + "http://domain-names.intaserve.com/renewals.html'");
	MENU_DOMAIN.addMenuItem(" Add-On's","location='"  + "http://domain-names.intaserve.com/addons.html'");
	MENU_DOMAIN.addMenuItem(" Policies","location='"  + "http://domain-names.intaserve.com/policies.html'");
	MENU_DOMAIN.addMenuItem(" Pricing","location='"  + "http://domain-names.intaserve.com/pricing.html'");
	MENU_DOMAIN.addMenuItem(" Whois","location='"  + "http://commandcentral.com.au/gtld/whois/'");
	MENU_DOMAIN.hideOnMouseOut=true;


	/// NAV_HOSTING
	window.MENU_HOSTING= new Menu("root",163,17,"Verdana, Arial, Helvetica, sans-serif",10,"#333333","#ffffff","#efefef","#000000");
	MENU_HOSTING.addMenuItem("Overview","location='"  + "http://hosting.intaserve.com/'");
	MENU_HOSTING.addMenuItem("Shared","location='"  + "http://hosting.intaserve.com/shared.html'");
	MENU_HOSTING.addMenuItem("Dedicated","location='"  + "http://hosting.intaserve.com/dedicated.html'");
	MENU_HOSTING.addMenuItem("Managed","location='"  + "http://hosting.intaserve.com/managed.html'");
	MENU_HOSTING.addMenuItem("Co-location","location='"  + "http://hosting.intaserve.com/co_location.html'");
	MENU_HOSTING.addMenuItem("E-Commerce","location='"  + "http://hosting.intaserve.com/ecommerce.html'");
	MENU_HOSTING.addMenuItem("Search Engine Optimisation","location='"  + "http://hosting.intaserve.com/top_seo_process.html'");
	MENU_HOSTINGhideOnMouseOut=true;


	/// MENU_EMAIL
	window.MENU_EMAIL = new Menu("root",150,17,"Verdana, Arial, Helvetica, sans-serif",10,"#333333","#ffffff","#efefef","#000000");
	MENU_EMAIL.addMenuItem("Overview","location='"  + "http://email.intaserve.com/'");
	MENU_EMAIL.addMenuItem("MiniMail","location='"  + "http://email.intaserve.com/minimail.html'");
	MENU_EMAIL.addMenuItem("Business 10","location='"  + "http://email.intaserve.com/business10.html'");
	MENU_EMAIL.addMenuItem("Business 50","location='"  + "http://email.intaserve.com/business50.html'");
	MENU_EMAIL.addMenuItem("IntaMail Mail Server","location='"  + "http://email.intaserve.com/mailserver.html'");
	MENU_EMAIL.hideOnMouseOut=true;


	/// MENU_INTASTRUCTURE
	window.MENU_INTASTRUCTURE = new Menu("root",141,17,"Verdana, Arial, Helvetica, sans-serif",10,"#333333","#ffffff","#efefef","#000000");
	MENU_INTASTRUCTURE.addMenuItem("Overview","location='"  + "http://www.intaserve.com/intastructure/'");
	MENU_INTASTRUCTURE.addMenuItem("Data Centres","location='"  + "http://www.intaserve.com/intastructure/data_centres.html'");
	MENU_INTASTRUCTURE.addMenuItem("Team","location='"  + "http://www.intaserve.com/intastructure/team.html'");
	MENU_INTASTRUCTURE.addMenuItem("Support","location='"  + "http://www.intaserve.com/support/index.html'");
	MENU_INTASTRUCTURE.addMenuItem("Network","location='"  + "http://www.intaserve.com/intastructure/network.html'");	
	MENU_INTASTRUCTURE.hideOnMouseOut=true;


	/// MENU_CASE
	window.MENU_CASE = new Menu("root",138,17,"Verdana, Arial, Helvetica, sans-serif",10,"#333333","#ffffff","#efefef","#000000");
	MENU_CASE.addMenuItem("Overview","location='"  + "http://www.intaserve.com/casestudy/'");
	MENU_CASE.addMenuItem("Reseller","location='"  + "http://www.intaserve.com/casestudy/reseller.html'");
	MENU_CASE.addMenuItem("Customer","location='"  + "http://www.intaserve.com/casestudy/customer.html'");
	MENU_CASE.writeMenus();
	



} // fwLoadMenus()

//-->