var ToolBar_Supported = ToolBar_Supported ;
if (ToolBar_Supported != null && ToolBar_Supported == true)
{
	//To Turn on/off Frame support, set Frame_Supported = true/false.
	Frame_Supported = true;

	setDefaultICPMenuColor("#effbfb", "#0000ff","red");

	
	setToolbarBGColor("blue");

	//home
	AMain("Home","Home","Home Page","homepage.htm","frame1");

	//About Tadin
	AMain("TadinMenu","About Us","About Tadin","","frame1");
    ASub("TadinMenu","Tadins Mission","aboutus.htm#Mission","frame1");	
	ASub("TadinMenu","Company Profile","aboutus.htm#profile","frame1");
    ASub("TadinMenu","Tadins History","aboutus.htm#History","frame1");	
	ASub("TadinMenu","Future","aboutus.htm#Future","frame1");	
	ASub("TadinMenu","Location","aboutus.htm#Headqarter","frame1");	


	//Applications
	AMain("Applications","Applications","Applications","","frame1");
	ASub("Applications","Case Studies","CaseStudies.htm","frame1");        
	ASub("Applications","Cost of Production","ProductionCost.htm","frame1");        
	ASub("Applications","Equipment Efficiency","EquipmentEfficency.htm","frame1");        
	ASub("Applications","Equipment Loss","EquipmentLoss.htm","frame1");        	
	ASub("Applications","Return On Investment","SomeExamples.htm","frame1");        
	ASub("Applications","Methodologies","Methodologies.htm","frame1");	


	//Products
	AMain("Products","Products","Products","","frame1");
    ASub("Products","Tools","Tools.htm","frame1");	
	ASub("Products","Services","Services.htm","frame1");
	ASub("Products","Accessories","Accessories.htm","frame1");
    ASub("Products","Industrial Computers","Industrial.htm","frame1");    
    ASub("Products","Data Acquisition","Acquisition.htm","frame1");        
	ASub("Products","Vacuum","Vacuum.htm","frame1");        


    //DownLoad
 	AMain("Download","Download","Download Center","","frame1");
    ASub("Download","General Presentation","Marketing.htm","frame1");	
	ASub("Download","Applications","Application.htm","frame1");


	//Events
	AMain("EventsMenu","Events","Events&News","","frame1");
	ASub("EventsMenu","Events","Events.htm","frame1");
    ASub("EventsMenu","What's New","whatsNew.htm","frame1");
     
 
	//WorldWide
	AMain("Worldwide","Distributors","Distributoers & Sales","","frame1");
	ASub("WorldWide","In USA","Distributors.htm#usa","frame1");
	ASub("WorldWide","In Europe","Distributors.htm#europe","frame1");
	ASub("WorldWide","In Israel","Distributors.htm#Israel","frame1");
    ASub("WorldWide","In Asia","Distributors.htm#Asia","frame1");
	ASub("WorldWide","Sales Network","Distributors.htm#sales","frame1");

	
	//Contact Us
	AMain("Contact", "Contact Us","Contact Center","","frame1");
	ASub("Contact","Contact Tadin","Contact.htm","frame1");
	ASub("Contact","Contact Order Center","order.htm","frame1");
	ASub("Contact","Contact Support","support.htm","frame1");
    		

    //FAQ
	AMain("FAQ","FAQ","FAQ Center","","frame1");
	ASub("FAQ","TadiGuard","TadiGuardfaq.htm","frame1");
    ASub("FAQ","Advantages","Advantages.htm","frame1");	
    ASub("FAQ","NetWork","NetWork.htm","frame1");		

	
	//Links
	AMain("Links", "Links","Link Center","","frame1");
	ASub("Links","Useful links","Org.htm","frame1");
			
		
		
}
