var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Instrumentation set DoInstrumentation = true/false.
	DoInstrumentation= false;

	// Customize default MS menu color - bgColor, fontColor, mouseoverColor
	setDefaultMSMenuColor("#c80018", "white", "#4FE714");

	// Customize toolbar background color
	setToolbarBGColor("");

		
	//***** Add Standard franklin industries menus *****
        //HomeMenu		
	addMSMenu("HomeMenu", "Home", "","main.htm");
	addMSSubMenu("HomeMenu","Home","main.htm");
	addMSSubMenu("HomeMenu","About Us","aboutus.html");

	 //ProductMenu									
	addMSMenu("ProductMenu", "EDA Products", "","edwin.html");
	addMSSubMenu("ProductMenu","EDWin","edwin.html");
	addMSSubMenu("ProductMenu","Reliability work bench","reliability.html");
	addMSSubMenu("ProductMenu","CAM Tools - Lavenir","lavenir.html");
	addMSSubMenuLine("ProductMenu");
	addMSSubMenu("ProductMenu","Thermal Betasoft","betasoft.html");
	addMSSubMenu("ProductMenu","CNC Machines","colinbus.html");
	addMSSubMenu("ProductMenu","Support Services","support.html");
	addMSSubMenu("ProductMenu","Contact Us","consol.html");
	
	//EDAMenu		
	addMSMenu("EDAMenu", "EDA Services", "","overview.html");
	addMSSubMenu("EDAMenu","Overview","overview.html");
	addMSSubMenu("EDAMenu","Design Services","services.html");
	addMSSubMenu("EDAMenu","Design Bureau","design.html");
	addMSSubMenuLine("EDAMenu");
	addMSSubMenu("EDAMenu","CAM Services","photoplotting.html");
	addMSSubMenu("EDAMenu","Contract Manufacturing","manuf.html");
	addMSSubMenu("EDAMenu","Quality Policy","quality.html");
        addMSSubMenuLine("EDAMenu");
	addMSSubMenu("EDAMenu","Sample Designs","sample.html");	
        addMSSubMenu("EDAMenu","Sucess Story","sucess.html");
        addMSSubMenu("EDAMenu","Contact Us","conserv.html");        

	//SoftwareMenu
	addMSMenu("SoftwareMenu", "Technology", "","development.html");
	addMSSubMenu("SoftwareMenu","Inspection","nulinescope.html");
	//addMSSubMenu("SoftwareMenu","Skill Set","consultancy.html");
	addMSSubMenu("SoftwareMenu","Training","training.html");
	addMSSubMenuLine("SoftwareMenu");
	addMSSubMenu("SoftwareMenu","Contact Us","consoft.html");

	//PartnerMenu									
	addMSMenu("PartnerMenu", "Partners", "","nuline.html");
	addMSSubMenu("PartnerMenu","Nuline","nuline.html");
	addMSSubMenu("PartnerMenu","Visionics","visionics.html");
	addMSSubMenuLine("PartnerMenu");
	addMSSubMenu("PartnerMenu","Qtech","qtronics.html");
		
	//ContactMenu
	addMSMenu("ContactMenu", "Contact Us", "","contact.html");
        				
     
}

