var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Instrumentation set DoInstrumentation = true/false.
	DoInstrumentation= true;

	// Customize default menu color - bgColor, fontColor, mouseoverColor
	setDefaultMSMenuColor("#000000", "white", "red");

	// Customize toolbar background color
	setToolbarBGColor("white");

	// display default ICP Banner
	setICPBanner("index/logo.gif","index/logo.gif","Home") ;
	
	//***** Standard menus *****
	//ProductsMenu		
	addMSSubMenu("ProductsMenu","About Ghusa.net","company.htm");
	addMSMenu("ProductsMenu", "About Us", "","company.htm");
	
	addMSSubMenuLine("ProductsMenu");
	addMSSubMenu("ProductsMenu","About our Research Project","internet/index.html");
	addMSSubMenu("ProductsMenu","About iWorld","internet/MBAD6121/index.html");
	
	

	//SupportMenu
	addMSSubMenu("SupportMenu","Login Area","client.html");
	addMSSubMenu("SupportMenu","Login Intranet","http://ghusa.net.intranets.com");
	addMSMenu("SupportMenu", "Download Area", "","client.html");

        addMSSubMenuLine("SupportMenu");  
         
	addMSSubMenu("SupportMenu","1999 World Demography","download/demography99.pdf");
	addMSSubMenu("SupportMenu","1999 Hosts by Countries","download/host99.pdf");
	addMSSubMenu("SupportMenu","2000 Users by Countries","download/projectdata.xls");
        addMSSubMenu("SupportMenu","2004 Users by Countries","download/2004_World_Internet_Usage.xls");
	addMSSubMenu("SupportMenu","Language Penetration","download/languages.htm");
	addMSSubMenu("SupportMenu","Research Project","internet/MBAD6121/index.html");
	addMSSubMenu("SupportMenu","List of References","download/sources.doc");
	
	
	//Menu
        									
	addMSMenu("GhMenu", "Our Services", "","custom.html");
	addMSSubMenu("GhMenu","Multilingual Websites","multilingual.html");
addMSSubMenu("GhMenu","Translations Services","translations.html");        
addMSSubMenu("GhMenu","Marketing Partner","Marketing.html");  
addMSSubMenu("GhMenu","Custom Research","custom.html");
	addMSSubMenu("GhMenu","Maximize Revenue","market.html");
	addMSSubMenu("GhMenu","Data Analysis","web_analisis.htm");
	          addMSSubMenu("GhMenu","iWorld en espaņol","es.html");
	
	addMSSubMenuLine("GhMenu");
addMSSubMenu("GhMenu","Contact Ghusa.net","mailto:marc@ghusa.net");	
addMSSubMenu("GhMenu","Contact iworld","mailto:marc@ghusa.net");

//Menuone
        addMSMenu("GhMenuone", "Contact Us", "","mailto:webmaster@ghusa.net");}
	
