// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

var NoOffFirstLineMenus=6;			// Number of first level items

var hrefCodeBase = "http://www.ultrasonic-scientific.com/"

Menu1=new Array("Home",hrefCodeBase+"index.htm","",0,20,75);

Menu2=new Array("Technology","","",6, 20, 125);
	Menu2_1=new Array("Introduction",hrefCodeBase+"Technology/Technology - intro.htm","",0, 20,125);
	Menu2_2=new Array("Principles",hrefCodeBase+"Technology/Technology - principles.htm","",0);
	Menu2_3=new Array("Ultrasonic Wave",hrefCodeBase+"Technology/Technology - US wave.htm","",0);
	Menu2_4=new Array("Velocity",hrefCodeBase+"Technology/Technology - velocity.htm","",0);
	Menu2_5=new Array("Attenuation",hrefCodeBase+"Technology/Technology - 	attenuation.htm","",0);
	Menu2_6=new Array("Publications",hrefCodeBase+"Bibliography/Bibliography.htm","",0);

Menu3=new Array("Applications",hrefCodeBase+"Applications/Application.htm","",2,20,125);
	Menu3_1=new Array("Browse by Industry",hrefCodeBase+"Applications/Apps by Industry.htm","",0,20,160);
	Menu3_2=new Array("Publications",hrefCodeBase+"Bibliography/Bibliography.htm","",0);

Menu4=new Array("Products",hrefCodeBase+"Products/Instrument Map.htm","",4,20,125);
	Menu4_1=new Array("Instruments","","",2,20,125);	
          Menu4_1_1=new Array("General Purpose",hrefCodeBase+"Products/General Purpose.htm","",0, 20, 165);
          Menu4_1_2=new Array("Specialised Analysers",hrefCodeBase+"Products/Specialised Analysers.htm","",0);
          Menu4_1_3=new Array("HR-US 102 SS",hrefCodeBase+"Products/hrus_102ss.htm","",0);
          Menu4_1_4=new Array("HR-US 102 HTP",hrefCodeBase+"Products/hrus_102htp.htm","",0);
	Menu4_2=new Array("External Modules",hrefCodeBase+"Products/External Modules.htm","",0);
	Menu4_3=new Array("Software",hrefCodeBase+"Products/Software.htm","",0);
	Menu4_4=new Array("Accessories",hrefCodeBase+"Products/Accessories.htm","",0);


Menu5=new Array("About Us","","",3,20,110);
	Menu5_1=new Array("About Ultrasonic Scientific",hrefCodeBase+"About Us/About us.htm","",0,20,300);
	Menu5_2=new Array("Global Network, Sales and Support Offices",hrefCodeBase+"Worldwide Network/worldmap.htm","",0);
	Menu5_3=new Array("Contact Us",hrefCodeBase+"Worldwide Network/contact us.htm","",0);

Menu6=new Array("Newsroom","","",2,20,90);
	Menu6_1=new Array("Events",hrefCodeBase+"Events.htm","",0,20,110);
	Menu6_2=new Array("Press Releases",hrefCodeBase+"Press releases.htm","",0);
