var NoOffFirstLineMenus=7; // Number of main menu items // Colorvariables: // Color variables take HTML predefined color names or "#rrggbb" strings // For transparency make colors and border color "" var LowBgColor="#006666"; // Background color when mouse is not over var HighBgColor="#FFCC66"; // Background color when mouse is over var FontLowColor="#FFFFFF"; // Font color when mouse is not over var FontHighColor="000000"; // Font color when mouse is over var BorderColor="black"; // Border color var BorderWidthMain=0; // Border width main items var BorderWidthSub=1; // Border width sub items var BorderBtwnMain=0; // Border between elements main items 1 or 0 var BorderBtwnSub=1; // Border between elements sub items 1 or 0 var FontFamily="arial,comic sans ms,technical"; // 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="left"; // Item text position left, center or right var MenuCentered="left"; // Menu horizontal position can be: left, center, right, justify, // leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use var MenuVerticalCentered="top"; // Menu vertical position top, middle,bottom or static var ChildOverlap=0; // horizontal overlap child/ parent var ChildVerticalOverlap=0; // vertical overlap child/ parent var StartTop=0; // Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight var StartLeft=0; // Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight var VerCorrect=0; // Multiple frames y correction var HorCorrect=0; // Multiple frames x correction var LeftPaddng=3; // Left padding var TopPaddng=0; // Top padding var FirstLineHorizontal=1; // First level items layout horizontal 1 or 0 var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 var DissapearDelay=1000; // delay before menu folds in var UnfoldDelay=100; // delay before sub unfolds var TakeOverBgColor=1; // Menu frame takes over background color subitem frame var FirstLineFrame=""; // Frame where first level appears var SecLineFrame=""; // Frame where sub levels appear var DocTargetFrame=""; // Frame where target documents appear var TargetLoc="MenuPos"; // span id for relative positioning var MenuWrap=0; // enables/ disables menu wrap 1 or 0 var RightToLeft=0; // enables/ disables right to left unfold 1 or 0 var BottomUp=0; // enables/ disables Bottom up unfold 1 or 0 var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover var BaseHref=""; // BaseHref lets you specify the root directory for relative links. // The script precedes your relative links with BaseHref // For instance: // when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.shtml", // the script renders to: "http://www.MyDomain/subdir/MyFile.shtml" // Can also be used when you use images in the textfields of the menu // "MenuX=new Array("" // For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/" var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5,BaseHref+"",5,10,BaseHref+"",10,5]; // Arrow source, width and height. // If arrow images are not needed keep source "" var MenuUsesFrames=0; // MenuUsesFrames is only 0 when Main menu, submenus, // document targets and script are in the same frame. // In all other cases it must be 1 var RememberStatus=0; // RememberStatus: When set to 1, menu unfolds to the presetted menu item. // When set to 2 only the relevant main item stays highligthed // The preset is done by setting a variable in the head section of the target document. // // // // 2_2_1 represents the menu item Menu2_2_1=new Array(....... var PartOfWindow=.7; // PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to // Below some pretty useless effects, since only IE6+ supports them // I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity // If you don't need MenuSlide just leave in the line var MenuSlide=""; // delete the other MenuSlide statements // In general leave the MenuSlide you need in and delete the others. // Above is also valid for MenuShadow and MenuOpacity // You can also use other effects by specifying another filter for MenuShadow and MenuOpacity. // You can add more filters by concanating the strings var BuildOnDemand=0; // 1/0 When set to 1 the sub menus are build when the parent is moused over var MenuSlide=""; var MenuSlide=""; var MenuSlide=""; var MenuShadow=""; var MenuShadow=""; var MenuShadow=""; var MenuOpacity=""; var MenuOpacity=""; function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} // Menu tree: // MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor", // "fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext"); // Color and font variables defined in the menu tree take precedence over the global variables // Fontsize, fontbold and fontitalic are ignored when set to -1. // For rollover images ItemText format is: "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" // javascript:top.location.href=\"file.shtml\ Menu1=new Array("rollover?"+BaseHref+"images/mhome.jpg?"+BaseHref+"images/mhomeover.jpg","index.html","",0,22,76,"","","","","","",-1,-1,-1,"","return to homepage"); Menu2=new Array("rollover?"+BaseHref+"images/mprod.jpg?"+BaseHref+"images/mprodover.jpg","","",8,22,121,"","","","","","",-1,-1,-1,"","products"); Menu2_1=new Array("General Cleaners ","gen.html","",19,20,150,"","","","","","",-1,-1,-1,"","general cleaners full range"); Menu2_1_1=new Array("Air Repair","air_repair.html","",0,20,150,"","","","","","",-1,-1,-1,"","air repair"); Menu2_1_2=new Array("Alkali Clean","alkali_clean.html","",0,20,150,"","","","","","",-1,-1,-1,"","alkali clean"); Menu2_1_3=new Array("Bowl Cleaner","bowl_clean.html","",0,20,150,"","","","","","",-1,-1,-1,"","bowl clean"); Menu2_1_4=new Array("Caress Air Freshener","caressaf.html","",0,20,150,"","","","","","",-1,-1,-1,"","caress air freshener"); Menu2_1_5=new Array("Caress Scent","caress_scent.html","",0,20,150,"","","","","","",-1,-1,-1,"","caress scent"); Menu2_1_6=new Array("Carpet Shampoo","carpet_shampoo.html","",0,20,150,"","","","","","",-1,-1,-1,"","carpet shampoo"); Menu2_1_7=new Array("CITRUS CLEANER","citrus_cleaner.html","",0,20,150,"","","","","","",-1,-1,-1,"","CITRUS CLEANER"); Menu2_1_8=new Array("Clearview Window Cleaner","clearview.html","",0,33,150,"","","","","","",-1,-1,-1,"","clearview window cleaner"); Menu2_1_9=new Array("Fabric Softener","fabric_soft.html","",0,20,150,"","","","","","",-1,-1,-1,"","fabric softener"); Menu2_1_10=new Array("Floor Shine","floor_shine.html","",0,20,150,"","","","","","",-1,-1,-1,"","floor shine"); Menu2_1_11=new Array("Laundry Wash","laundry.html","",0,20,150,"","","","","","",-1,-1,-1,"","laundry wash"); Menu2_1_12=new Array("Lemon Detergent","lemon_detergent.html","",0,20,150,"","","","","","",-1,-1,-1,"","lemon detergent"); Menu2_1_13=new Array("Liquid Bleach","liquid_bleach.html","",0,20,150,"","","","","","",-1,-1,-1,"","liquid bleach"); Menu2_1_14=new Array("METALBRITE (MAF Approved)","metalbrite.html","",0,33,150,"","","","","","",-1,-1,-1,"","metalbrite"); Menu2_1_15=new Array("Moss Kill","mosskill.html","",0,20,150,"","","","","","",-1,-1,-1,"","moss kill"); Menu2_1_16=new Array("Neutral Detergent","neutral_detergent.html","",0,20,150,"","","","","","",-1,-1,-1,"","neutral detergent"); Menu2_1_17=new Array("Pine Wash","pine_wash.html","",0,20,150,"","","","","","",-1,-1,-1,"","pine wash"); Menu2_1_18=new Array("Scrub Clean","scrub_clean.html","",0,20,150,"","","","","","",-1,-1,-1,"","scrub clean"); Menu2_1_19=new Array("Spice Scent","spice_scent.html","",0,20,150,"","","","","","",-1,-1,-1,"","spice scent"); Menu2_2=new Array("Disinfectants","gen.html#dis","",4,20,150,"","","","","","",-1,-1,-1,"","disinfectants full range"); Menu2_2_1=new Array("Lavender Disinfectant","lavender.html","",0,20,150,"","","","","","",-1,-1,-1,"","lavender disinfectant"); Menu2_2_2=new Array("Lemon Disinfectant","lemon.html","",0,20,150,"","","","","","",-1,-1,-1,"","lemon disinfectant"); Menu2_2_3=new Array("Pine Disinfectant","pined.html","",0,20,150,"","","","","","",-1,-1,-1,"","pine disinfectant"); Menu2_2_4=new Array("Tutti Fruiti Disinfectant","tutti_fruiti.html","",0,20,150,"","","","","","",-1,-1,-1,"","tutti fruiti disinfectant"); Menu2_3=new Array("Degreasers","degreasers.html","",9,20,150,"","","","","","",-1,-1,-1,"","degreasers full range"); Menu2_3_1=new Array("Alkali Clean","alkali_clean.html","",0,20,150,"","","","","","",-1,-1,-1,"","alkali clean"); Menu2_3_2=new Array("CITRUS CLEANER","citrus_cleaner.html","",0,20,150,"","","","","","",-1,-1,-1,"","CITRUS CLEANER"); Menu2_3_3=new Array("Clean All","clean_all.html","",0,20,150,"","","","","","",-1,-1,-1,"","clean all"); Menu2_3_4=new Array("Degreasol","degreasol.html","",0,20,150,"","","","","","",-1,-1,-1,"","degreasol"); Menu2_3_5=new Array("Doo Away","doo_away.html","",0,20,150,"","","","","","",-1,-1,-1,"","doo away"); Menu2_3_6=new Array("METALBRITE (MAF Approved)","metalbrite.html","",0,33,150,"","","","","","",-1,-1,-1,"","METALBRITE"); Menu2_3_7=new Array("Multi Clean","multi_clean.html","",0,20,150,"","","","","","",-1,-1,-1,"","multi clean"); Menu2_3_8=new Array("Pine Wash","pine_wash.html","",0,20,150,"","","","","","",-1,-1,-1,"","pine wash"); Menu2_3_9=new Array("Super Solv","super_solv.html","",0,20,150,"","","","","","",-1,-1,-1,"","super solv"); Menu2_4=new Array("Solvents","solvents.html","",10,20,150,"","","","","","",-1,-1,-1,"","solvents full range"); Menu2_4_1=new Array("Acetone","acetone.html","",0,20,150,"","","","","","",-1,-1,-1,"","acetone"); Menu2_4_2=new Array("Iso Propyl Alcohol","iso.html","",0,20,150,"","","","","","",-1,-1,-1,"","iso propyl alcohol"); Menu2_4_3=new Array("Kerosene","kerosene.html","",0,20,150,"","","","","","",-1,-1,-1,"","kerosene"); Menu2_4_4=new Array("MEK","MEK.html","",0,20,150,"","","","","","",-1,-1,-1,"","MEK"); Menu2_4_5=new Array("Methylated Spirits","meths.html","",0,20,150,"","","","","","",-1,-1,-1,"","methylated spirits"); Menu2_4_6=new Array("Mineral Turpentine","turps.html","",0,20,150,"","","","","","",-1,-1,-1,"","mineral turpentine"); Menu2_4_7=new Array("Parts Wash Solvent","parts_wash.html","",0,20,150,"","","","","","",-1,-1,-1,"","parts wash solvent"); Menu2_4_8=new Array("Wax and Grease Remover","wax_and_grease.html","",0,33,150,"","","","","","",-1,-1,-1,"","wax and grease remover"); Menu2_4_9=new Array("Xylene","xylene.html","",0,20,150,"","","","","","",-1,-1,-1,"","xylene"); Menu2_4_10=new Array("ZAPP WASH","zapp.html","",0,20,150,"","","","","","",-1,-1,-1,"","ZAPP WASH"); Menu2_5=new Array("Hand Cleaners","gen.html#hand","",3,20,150,"","","","","","",-1,-1,-1,"","hand cleaners full range"); Menu2_5_1=new Array("Clockwork Orange","clockwork_orange.html","",0,20,150,"","","","","","",-1,-1,-1,"","clockwork orange"); Menu2_5_2=new Array("Liquid Flowing Soap","liquid_flowing_soap.html","",0,20,150,"","","","","","",-1,-1,-1,"","liquid flowing soap"); Menu2_5_3=new Array("Solvo Clean","solvo_clean.html","",0,20,150,"","","","","","",-1,-1,-1,"","solvo clean"); Menu2_6=new Array("Paint Strippers","paint.html","",2,20,150,"","","","","","",-1,-1,-1,"","paint strippers full range"); Menu2_6_1=new Array("Brush On Strip-It","brush.html","",0,20,150,"","","","","","",-1,-1,-1,"","brush on strip-it"); Menu2_6_2=new Array("IMMERSION STRIP-IT","immersion_si.html","",0,20,150,"","","","","","",-1,-1,-1,"","IMMERSION STRIP-IT"); Menu2_7=new Array("Printing Chemicals","paint.html","",2,20,150,"","","","","","",-1,-1,-1,"","printing chemicals full range"); Menu2_7_1=new Array("Iso Propyl Alcohol","iso.html","",0,20,150,"","","","","","",-1,-1,-1,"","iso propyl alcohol"); Menu2_7_2=new Array("ZAPP WASH","zapp.html","",0,20,150,"","","","","","",-1,-1,-1,"","ZAPP WASH"); Menu2_8=new Array("Vehicle Cleaners and Products","vehicle.html","",9,33,150,"","","","","","",-1,-1,-1,"","vehicle cleaners and products full range"); Menu2_8_1=new Array("Blue Magic Car Polish","blue_magic.html","",0,20,150,"","","","","","",-1,-1,-1,"","blue magic car polish"); Menu2_8_2=new Array("Brakeleen","brakleen.html","",0,20,150,"","","","","","",-1,-1,-1,"","brakeleen"); Menu2_8_3=new Array("Curtain Cleaner","curtain.html","",0,20,150,"","","","","","",-1,-1,-1,"","curtain cleaner"); Menu2_8_4=new Array("Dress It","dressit.html","",0,20,150,"","","","","","",-1,-1,-1,"","dress it"); Menu2_8_5=new Array("Gold Wax","gold_wax.html","",0,20,150,"","","","","","",-1,-1,-1,"","gold wax"); Menu2_8_6=new Array("METALBRITE (MAF Approved)","metalbrite.html","",0,33,150,"","","","","","",-1,-1,-1,"","METALBRITE"); Menu2_8_7=new Array("Restore It","restore_it.html","",0,20,150,"","","","","","",-1,-1,-1,"","restore it"); Menu2_8_8=new Array("Transwash","truck.html","",0,20,150,"","","","","","",-1,-1,-1,"","transwash"); Menu2_8_9=new Array("TUTTI FRUITI - CAR WASH AND SHINE","tutti_fruiti_cw.html","",0,33,150,"","","","","","",-1,-1,-1,"","TUTTI FRUITI - CAR WASH AND SHINE"); Menu3=new Array("rollover?"+BaseHref+"images/mchauf.jpg?"+BaseHref+"images/mchaufover.jpg","","",3,22,181,"","","","","","",-1,-1,-1,"","chauffeurs choice"); Menu3_1=new Array("Interior","ccint.html","",4,20,150,"","","","","","",-1,-1,-1,"","interior full range"); Menu3_1_1=new Array("Air Repair","air_repair.html","",0,20,150,"","","","","","",-1,-1,-1,"","air repair"); Menu3_1_2=new Array("Heavy Duty Glass Cleaner","glass_cleaner.html","",0,33,150,"","","","","","",-1,-1,-1,"","glass cleaner"); Menu3_1_3=new Array("Trade Silicone","trade_silicone.html","",0,20,150,"","","","","","",-1,-1,-1,"","trade silicone"); Menu3_1_4=new Array("Universal Silicone","universal.html","",0,20,150,"","","","","","",-1,-1,-1,"","universal silicone"); Menu3_2=new Array("Exterior","ccext.html","",14,20,150,"","","","","","",-1,-1,-1,"","exterior full range"); Menu3_2_1=new Array("Blue Magic Car Polish","blue_magic.html","",0,20,150,"","","","","","",-1,-1,-1,"","blue magic car polish"); Menu3_2_2=new Array("Fleet Cleaner","fleet_cleaner.html","",0,20,150,"","","","","","",-1,-1,-1,"","fleet cleaner"); Menu3_2_3=new Array("Engine Degreaser","super_solv.html","",0,20,150,"","","","","","",-1,-1,-1,"","engine degreaser"); Menu3_2_4=new Array("Mag Wheel Cleaner","mag_cleaner.html","",0,20,150,"","","","","","",-1,-1,-1,"","mag wheel cleaner"); Menu3_2_5=new Array("METALBRITE (MAF Approved)","metalbrite.html","",0,33,150,"","","","","","",-1,-1,-1,"","METALBRITE"); Menu3_2_6=new Array("Multi Purpose Cleaner","multi_purpose.html","",0,20,150,"","","","","","",-1,-1,-1,"","multi purpose cleaner"); Menu3_2_7=new Array("Power Plus","power_plus.html","",0,20,150,"","","","","","",-1,-1,-1,"","power plus"); Menu3_2_8=new Array("Spot Cleaner","spot.html","",0,20,150,"","","","","","",-1,-1,-1,"","spot cleaner"); Menu3_2_9=new Array("Tar and Wax Remover","tar_and_wax.html","",0,20,150,"","","","","","",-1,-1,-1,"","tar and wax remover"); Menu3_2_10=new Array("Trade Silicone","trade_silicone.html","",0,20,150,"","","","","","",-1,-1,-1,"","trade silicone"); Menu3_2_11=new Array("Transwash","transwash.html","",0,20,150,"","","","","","",-1,-1,-1,"","transwash"); Menu3_2_12=new Array("Tyre Revive","tyre_revive.html","",0,20,150,"","","","","","",-1,-1,-1,"","tyre revive"); Menu3_2_13=new Array("Universal Silicone","universal.html","",0,20,150,"","","","","","",-1,-1,-1,"","universal silicone"); Menu3_2_14=new Array("Wax and Grease Remover","wax_and_grease.html","",0,33,150,"","","","","","",-1,-1,-1,"","wax and grease remover"); Menu3_3=new Array("Cut and Polish","cccut.html","",1,20,150,"","","","","","",-1,-1,-1,"","cut and polish full range"); Menu3_3_1=new Array("Gold Wax","gold_wax.html","",0,20,150,"","","","","","",-1,-1,-1,"","gold wax"); Menu4=new Array("rollover?"+BaseHref+"images/services.jpg?"+BaseHref+"images/services-over.jpg","","",2,22,76,"","","","","","",-1,-1,-1,"","services"); Menu4_1=new Array("Delivery Options","delivery.html","",0,20,150,"","","","","","",-1,-1,-1,"","delivery options"); Menu4_2=new Array("Mini Tanker","tanker.html","",0,20,150,"","","","","","",-1,-1,-1,"","delivery options"); Menu5=new Array("rollover?"+BaseHref+"images/mtruck.jpg?"+BaseHref+"images/mtruckover.jpg","truck.html","",0,22,137,"","","","","","",-1,-1,-1,"","transwash"); Menu6=new Array("rollover?"+BaseHref+"images/mabout.jpg?"+BaseHref+"images/maboutover.jpg","aboutus.html","",0,22,115,"","","","","","",-1,-1,-1,"","about us"); Menu7=new Array("rollover?"+BaseHref+"images/mcont.jpg?"+BaseHref+"images/mcontover.jpg","contact.html","",0,22,133,"","","","","","",-1,-1,-1,"","contact us");