// 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=5;			// Number of first level items

var hrefCodeBase = "http://www.ultrasonic-scientific.com/"

Menu1=new Array("Home",hrefCodeBase+"index.htm","",0,20,95);

Menu2=new Array("Technology","","",6, 20, 135);
	Menu2_1=new Array("Introduction",hrefCodeBase+"Technology/Technology - intro.htm","",0, 20,115);
	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","",3,20,145);
	Menu3_1=new Array("Browse by Industry",hrefCodeBase+"Applications/Apps by industry.htm","",0,20,160);
	Menu3_2=new Array("Information Download",hrefCodeBase+"Applications/downloadinfo.htm","",0);
	Menu3_3=new Array("Publications",hrefCodeBase+"Bibliography/Bibliography.htm","",0);


Menu4=new Array("Products",hrefCodeBase+"Products/Instrument Map.htm","",5,20,130);
	Menu4_1=new Array("Instruments","","",2,20,190);	
        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_2=new Array("External Modules",hrefCodeBase+"Products/External Modules.htm","",0);
	Menu4_3=new Array("Accessories",hrefCodeBase+"Products/Accessories.htm","",2);
		Menu4_3_1=new Array("Pressurising System",hrefCodeBase+"Products/Pressure.htm","",0, 20, 140);
        Menu4_3_2=new Array("Titration System",hrefCodeBase+"Products/TitrSys.htm","",0);
	Menu4_4=new Array("Software",hrefCodeBase+"Products/Software.htm","",0);
	Menu4_5=new Array("Instrument Selection Guide",hrefCodeBase+"Products/sample Qual/SampleQual.htm","",0);

Menu5=new Array("About Us","","",3,20,120);
	Menu5_1=new Array("About Sonas Technologies",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);

