// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004 // You may use this script on non commercial sites // www.burmees.nl/menu/ // Globals effecting all menus var PopNoOffMenus=1; // number of seperate menus var BaseHref=""; // Root of the site var PopRClick=0; // Defines which menu reacts on right click. 0=none var LastMenuID=-1; var LastMenuObj=null; var PopMenuSlide=""; var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)"; var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)"; var PopMenuShadow=""; var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)"; var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)"; var PopMenuOpacity=""; function P_BeforeStart(){return} function P_AfterBuild(){return} function P_BeforeFirstOpen(){return} function P_AfterCloseAll(){ if (LastMenuObj!=null) { ChangeTD(LastMenuObj,0,-1); } return; } // Globals effecting one menu // Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster. PopMenu1=new Array(7,0,19,"#ffffff","#106940","#000000","#B8CACE","#ffffff","arial",0,0,13,0,0,1,"left",.25,.25,1000,0,"TDMenu1",1,"left","top","",5,10,"",10,5,"",5,10,3,4,0); PopMenu1_1=new Array("Terms & Conditions","http://www.kmselectrical.com/terms_conditions.php","",0,25,170,"","","","","","",-1,-1,-1,"left",""); PopMenu1_2=new Array("Privacy Policy","http://www.kmselectrical.com/privacy_policy.php","",0,25,170,"","","","","","",-1,-1,-1,"left",""); PopMenu1_3=new Array("Returns Policy","http://www.kmselectrical.com/returns_policy.php","",0,25,170,"","","","","","",-1,-1,-1,"left",""); PopMenu1_4=new Array("Delivery & Payment","http://www.kmselectrical.com/delivery_payment.php","",0,25,170,"","","","","","",-1,-1,-1,"left",""); PopMenu1_5=new Array("Apply for a Trade Account","http://www.kmselectrical.com/apply_for_a_trade_account.php","",0,25,170,"","","","","","",-1,-1,-1,"left",""); PopMenu1_6=new Array("How to Place an Order","http://www.kmselectrical.com/how_to_place_an_order.php","",0,25,170,"","","","","","",-1,-1,-1,"left",""); PopMenu1_7=new Array("Contact Us","http://www.kmselectrical.com/contact_us.php","",0,25,170,"","","","","","",-1,-1,-1,"left","");