var NoOffFirstLineMenus=6; // Number of first level items 
var LowBgColor='FF9900';	// Background color when mouse is not over 
var LowSubBgColor='FFCC99'; // Background color when mouse is not over on subs 
var HighBgColor='FFCC00'; // Background color when mouse is over 
var HighSubBgColor='D8E4F8'; // Background color when mouse is over on subs 
var FontLowColor='FFFFFF'; // Font color when mouse is not over 
var FontSubLowColor='333399'; // Font color subs when mouse is not over 
var FontHighColor='993366';	// Font color when mouse is over 
var FontSubHighColor='0000FF'; // Font color subs when mouse is over 
var BorderColor='FFFFFF'; // Border color 
var BorderSubColor='FFFFFF';	// Border color for subs 
var BorderWidth=1; // Border width 
var BorderBtwnElmnts=1;	// Border between elements 1 or 0 
var FontFamily="Tahoma, Verdana, Arial" // Font family menu items 
var FontSize=10; // Font size menu items 
var FontBold=0; // Bold menu items 1 or 0 
var FontItalic=0; // Italic menu items 1 or 0 
var MenuTextCentered='center';	// Item text position 'left', 'center' or 'right' 
var MenuCentered='left'; // Menu horizontal position 'left', 'center' or 'right' 
var MenuVerticalCentered='top';	// Menu vertical position 'top', 'middle','bottom' or static 
var ChildOverlap=.2;	// horizontal overlap child / parent 
var ChildVerticalOverlap=.2; // vertical overlap child / parent 
var StartTop=121; // Menu offset x coordinate 
var StartLeft=295; // Menu offset y coordinate 
var VerCorrect=0; // Multiple frames y correction 
var HorCorrect=0; // Multiple frames x correction 
var LeftPaddng=2; // Left padding 
var TopPaddng=2; // Top padding 
var FirstLineHorizontal=1; // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL 
var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 
var DissapearDelay=1000; // delay before menu folds in 
var TakeOverBgColor=1;	// Menu frame takes over background color subitem frame 
var FirstLineFrame='navig';	// Frame where first level appears 
var SecLineFrame='space'; // Frame where sub levels appear 
var DocTargetFrame='space'; // Frame where target documents appear 
var TargetLoc=''; // span id for relative positioning 
var HideTop=0; // Hide first level when loading new document 1 or 0 
var MenuWrap=1; // enables/ disables menu wrap 1 or 0 
var RightToLeft=0; // enables/ disables right to left unfold 1 or 0 
var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover 
var WebMasterCheck=0;	// menu tree checking on or off 1 or 0 
var ShowArrow=1; // Uses arrow gifs when 1 
var KeepHilite=1; // Keep selected path highligthed 
var Arrws=['images/tri-right.gif',5,10,'images/tri-down2.gif',10,5,'images/tri-right2.gif',5,10];	// Arrow source, width and height 

function BeforeStart(){return} 
function AfterBuild(){return} 
function BeforeFirstOpen(){return} 
function AfterCloseAll(){return} 

// 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" 

Menu1=new Array("Home","http://www.adsii.com.my","",0,20,95);

Menu2=new Array("About Us","http://www.adsii.com.my/about.htm","",0,20,95);
    
Menu3=new Array("Products","","",4,20,95);
  Menu3_1=new Array("Electrical","","",7,20,95);
   Menu3_1_1=new Array("Beacons and Lamps","http://www.adsii.com.my/beacons.htm","",0,36,95);
   Menu3_1_2=new Array("Cable Glands","http://www.adsii.com.my/glands.htm","",0,20,95);
   Menu3_1_3=new Array("EExd Terminal & Junction Boxes","http://www.adsii.com.my/exdjb.htm","",0,55,95);
   Menu3_1_4=new Array("EExe and EExia Terminals & Junction Boxes","http://www.adsii.com.my/exejb.htm","",0,55,95);
   Menu3_1_5=new Array("Emergency Switches","http://www.adsii.com.my/exdswitch.htm","",0,36,95);
   Menu3_1_6=new Array("Lighting","http://www.adsii.com.my/lighting.htm","",0,20,95);
   Menu3_1_7=new Array("Flashlights","http://www.adsii.com.my/flashlights.htm","",0,20,95);
  Menu3_2=new Array("Instrument","","",7,20,95);
   Menu3_2_1=new Array("Accessories","http://www.adsii.com.my/accessories.htm","",0,20,95);
   Menu3_2_2=new Array("Flow Products","http://www.adsii.com.my/tecsas_flow.htm","",0,20,95);
   Menu3_2_3=new Array("Intrinsically Safe Interfaces","http://www.adsii.com.my/is.htm","",0,36,95);
   Menu3_2_4=new Array("Level","","",6,20,95);
    Menu3_2_4_1=new Array("Float Gauges & Switches","http://www.adsii.com.my/float_switch.htm","",0,36,95);
    Menu3_2_4_2=new Array("Hydrostatic Level Probes","http://www.adsii.com.my/aplisens_probes.htm","",0,36,95);
    Menu3_2_4_3=new Array("Magnetic Gauge","http://www.adsii.com.my/magnetic.htm","",0,20,95);
    Menu3_2_4_4=new Array("Optoelectronic Switch","http://www.adsii.com.my/optoelectronic.htm","",0,36,95);
    Menu3_2_4_5=new Array("Sight Glass","http://www.adsii.com.my/sight_glass.htm","",0,20,95);
    Menu3_2_4_6=new Array("Ultrasonic Sensors","http://www.adsii.com.my/ultrasonic_sensor.htm","",0,36,95);
   Menu3_2_5=new Array("Pressure","","",3,20,95);
    Menu3_2_5_1=new Array("Pressure Trans. & Switches","http://www.adsii.com.my/georgin_pressure.htm","",0,36,95);
    Menu3_2_5_2=new Array("Smart Press Transmitters","http://www.adsii.com.my/aplisens_pressure.htm","",0,36,95);
    Menu3_2_5_3=new Array("Smart DP Transmitters","http://www.adsii.com.my/aplisens_dp.htm","",0,36,95);
   Menu3_2_6=new Array("Remote I/O","http://www.adsii.com.my/remote.htm","",0,20,95);
   Menu3_2_7=new Array("Temperature","http://www.adsii.com.my/georgin_temp.htm","",0,20,90);
  Menu3_3=new Array("Mechanical","","",3,20,95);
   Menu3_3_1=new Array("Pressurized Equipment","http://www.adsii.com.my/press_equipment.htm","",0,36,95);
   Menu3_3_2=new Array("Pumps","http://www.adsii.com.my/pumps.htm","",0,20,95);
   Menu3_3_3=new Array("Valves","","",1,20,95);
    Menu3_3_3_1=new Array("Relief Valves & Others","http://www.adsii.com.my/valves.htm","",0,36,95);
  Menu3_4=new Array("Others","http://www.adsii.com.my/materials.htm","",0,20,95);

Menu4=new Array("Partners","","",9,20,95);
  Menu4_1=new Array("A-Belco","","",2,20,95);
   Menu4_1_1=new Array("Profile","http://www.adsii.com.my/a-belco.htm","",0,20,95);
   Menu4_1_2=new Array("Website","http://www.a-belco.co.uk/Hazardous","",0,20,95);
  Menu4_2=new Array("Aplisens","","",2,20,95);
   Menu4_2_1=new Array("Profile","http://www.adsii.com.my/aplisens.htm","",0,20,95);
   Menu4_2_2=new Array("Website","http://www.aplisens.com.pl/en/index.html","",0,20,95);
  Menu4_3=new Array("Georgin","","",2,20,95);
   Menu4_3_1=new Array("Profile","http://www.adsii.com.my/georgin.htm","",0,20,95); 
   Menu4_3_2=new Array("Website","http://www.georgin.com","",0,20,95);
  Menu4_4=new Array("Mica","","",2,20,95);
   Menu4_4_1=new Array("Profile","http://www.adsii.com.my/mica.htm","",0,20,95);  
   Menu4_4_2=new Array("Website","http://www.mica.fi","",0,20,95);
  Menu4_5=new Array("Phönix","","",2,20,95);
   Menu4_5_1=new Array("Profile","http://www.adsii.com.my/phoenix.htm","",0,20,95);
   Menu4_5_2=new Array("Website","http://www.phoenix-mt.com/index1.htm","",0,20,95);
  Menu4_6=new Array("Sirena","","",2,20,95);
   Menu4_6_1=new Array("Profile","http://www.adsii.com.my/sirena.htm","",0,20,95);
   Menu4_6_2=new Array("Website","http://www.sirena.it","",0,20,95);
 Menu4_7=new Array("Technical","","",2,20,95);
   Menu4_7_1=new Array("Profile","http://www.adsii.com.my/technical.htm","",0,20,95);
   Menu4_7_2=new Array("Website","http://www.technical.it","",0,20,95);
 Menu4_8=new Array("Tecsas","","",2,20,95);
   Menu4_8_1=new Array("Profile","http://www.adsii.com.my/tecsas.htm","",0,20,95);
   Menu4_8_2=new Array("Website","http://www.tecsas.it","",0,20,95);
 Menu4_9=new Array("Te.Ma","","",2,20,95);
   Menu4_9_1=new Array("Profile","http://www.adsii.com.my/te.ma.htm","",0,20,95);
   Menu4_9_2=new Array("Website","http://www.temavasconi.com/index.html","",0,20,95);

Menu5=new Array("News","http://www.adsii.com.my/news.htm","",0,20,95);

Menu6=new Array("Contact","","",2,20,95);
  Menu6_1=new Array("Feedback Form","http://www.adsii.com.my/feedback.htm","",0,20,95);
  Menu6_2=new Array("Send Email","mailto:sales@adsii.com.my");
  


