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="#000D31"; // Background color when mouse is not over
var HighBgColor="#DCDDDE"; // Background color when mouse is over
var FontLowColor="#71B252"; // Font color when mouse is not over
var FontHighColor="black"; // Font color when mouse is over
var BorderColor="#000D31"; // Border color
var BorderWidthMain=1; // 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="Verdana,arial,Helvetica,sans-serif"; // 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="center"; // 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=-.01; // horizontal overlap child/ parent
var ChildVerticalOverlap=-1; // vertical overlap child/ parent
var StartTop=101; // 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=-.1; // Multiple frames y correction
var HorCorrect=0; // Multiple frames x correction
var LeftPaddng=14; // Left padding
var TopPaddng=5; // Top padding
var FirstLineHorizontal=1; // First level items layout horizontal 1 or 0
var MenuFramesVertical=0; // Frames in cols or rows 1 or 0
var DissapearDelay=200; // delay before menu folds in
var UnfoldDelay=1; // delay before sub unfolds
var TakeOverBgColor=0; // Menu frame takes over background color subitem frame
var FirstLineFrame="topframe"; // Frame where first level appears
var SecLineFrame="main"; // Frame where sub levels appear
var DocTargetFrame="main"; // Frame where target documents appear
var TargetLoc=""; // 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.htm",
// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
// 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+"images/arrow_right.gif",7,10,BaseHref+"",10,5,BaseHref+"images/arrow_right.gif",7,10,BaseHref+"images/arrow_right.gif",7,10];
// 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=.8;
// 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="progid:DXImageTransform.Microsoft.RevealTrans(duration=.1, transition=19)";
var MenuSlide="progid:DXImageTransform.Microsoft.Inset(duration=.2)";
var MenuShadow="";
//var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
//var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";
var MenuOpacity="";
//var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
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"
// the line below is from the first new Array tag, just after 'new Array('
// "rollover?"+BaseHref+"images_alt/products.gif?"+BaseHref+"images_alt/products-over.gif"
Menu1=new Array("rollover?"+BaseHref+"imgs/aboutus.gif?"+BaseHref+"imgs/aboutus-over.gif","","",7,25,91,"","","","","","",9,1,-1,"","About Us");
Menu1_1=new Array("History and innovations","history_innovations.aspx","",0,23,187,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","History and innovations");
Menu1_2=new Array("What makes Festool special","festool_special.aspx","",0,23,187,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","What makes Festool special");
Menu1_3=new Array("Testimonials","testimonials.aspx","",0,23,187,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Testimonials");
Menu1_4=new Array("Order catalog","request_catalog.aspx","",0,23,187,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Order catalog/video");
Menu1_5=new Array("Contact us","contactus.aspx","",0,23,187,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Contact us");
Menu1_6=new Array("Jobs","jobs.aspx","",0,23,187,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Jobs");
Menu1_7=new Array("Festool worldwide","festool_worldwide.aspx","",0,23,187,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Festool worldwide");
Menu2=new Array("rollover?"+BaseHref+"imgs/prods.gif?"+BaseHref+"imgs/prods-over.gif","catalog.aspx","",14,25,93,"","","","","","",9,1,-1,"","Products");
Menu2_1=new Array("New products","category.aspx?ID=1","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=1");
// Menu2_1_1=new Array("New products","catalog_category.asp?ID=1","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","New products");
// ' Menu2_1_1_1=new Array("New products","catalog_category.asp?ID=1","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","New products");
Menu2_2=new Array("Drilling/screwdriving","category.aspx?ID=2","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=2");
// Menu2_2_1=new Array("Drilling/screwdriving","catalog_category.asp?ID=2","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Drilling/screwdriving");
// ' Menu2_2_1_1=new Array("Drilling/screwdriving","catalog_category.asp?ID=2","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Drilling/screwdriving");
Menu2_3=new Array("Sawing","category.aspx?ID=3","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=3");
// Menu2_3_1=new Array("Sawing","catalog_category.asp?ID=3","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Sawing");
// ' Menu2_3_1_1=new Array("Sawing","catalog_category.asp?ID=3","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Sawing");
Menu2_4=new Array("Routing/planing","category.aspx?ID=4","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=4");
// Menu2_4_1=new Array("Routing/planing","catalog_category.asp?ID=4","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Routing/planing");
// ' Menu2_4_1_1=new Array("Routing/planing","catalog_category.asp?ID=4","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Routing/planing");
Menu2_5=new Array("Domino joining system","category.aspx?ID=15","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=15");
// Menu2_5_1=new Array("Domino joining system","catalog_category.asp?ID=15","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Domino joining system");
// ' Menu2_5_1_1=new Array("Domino joining system","catalog_category.asp?ID=15","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Domino joining system");
Menu2_6=new Array("Sanding","category.aspx?ID=7","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=7");
// Menu2_6_1=new Array("Sanding","catalog_category.asp?ID=7","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Sanding");
// ' Menu2_6_1_1=new Array("Sanding","catalog_category.asp?ID=7","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Sanding");
Menu2_7=new Array("Air tools","category.aspx?ID=13","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=13");
// Menu2_7_1=new Array("Air tools","catalog_category.asp?ID=13","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Air tools");
// ' Menu2_7_1_1=new Array("Air tools","catalog_category.asp?ID=13","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Air tools");
Menu2_8=new Array("Dust extraction","category.aspx?ID=6","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=6");
// Menu2_8_1=new Array("Dust extraction","catalog_category.asp?ID=6","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Dust extraction");
// ' Menu2_8_1_1=new Array("Dust extraction","catalog_category.asp?ID=6","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Dust extraction");
Menu2_9=new Array("Guide system","category.aspx?ID=8","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=8");
// Menu2_9_1=new Array("Guide system","catalog_category.asp?ID=8","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Guide system");
// ' Menu2_9_1_1=new Array("Guide system","catalog_category.asp?ID=8","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Guide system");
Menu2_10=new Array("Multifunction tables","category.aspx?ID=9","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=9");
// Menu2_10_1=new Array("Multifunction tables","catalog_category.asp?ID=9","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Multifunction tables");
// ' Menu2_10_1_1=new Array("Multifunction tables","catalog_category.asp?ID=9","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Multifunction tables");
Menu2_11=new Array("Systainers/organizing","category.aspx?ID=10","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=10");
// Menu2_11_1=new Array("Systainers/organizing","catalog_category.asp?ID=10","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Systainers/organizing");
// ' Menu2_11_1_1=new Array("Systainers/organizing","catalog_category.asp?ID=10","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Systainers/organizing");
Menu2_12=new Array("Festool gear","category.aspx?ID=14","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=14");
// Menu2_12_1=new Array("Festool gear","catalog_category.asp?ID=14","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Festool gear");
// ' Menu2_12_1_1=new Array("Festool gear","catalog_category.asp?ID=14","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Festool gear");
Menu2_13=new Array("Package deals","category.aspx?ID=11","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=11");
// Menu2_13_1=new Array("Package deals","catalog_category.asp?ID=11","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Package deals");
// ' Menu2_13_1_1=new Array("Package deals","catalog_category.asp?ID=11","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Package deals");
Menu2_14=new Array("Specials","category.aspx?ID=12","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","category.aspx?ID=12");
// Menu2_14_1=new Array("Specials","catalog_category.asp?ID=12","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Specials");
// ' Menu2_14_1_1=new Array("Specials","catalog_category.asp?ID=12","",0,23,170,"#DFDFDF","#A9E574","#000000","#000000","","",8,-1,-1,"","Specials");
Menu3=new Array("rollover?"+BaseHref+"imgs/shop.gif?"+BaseHref+"imgs/shop-over.gif","catalog.aspx","",2,25,112,"","","","","","",9,1,-1,"","Shop Online");
// Menu3_1=new Array("Online Shopping","catalog.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Online shop");
// Menu3_2=new Array("Order by item number","fastentry.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Order by item number");
// Menu3_3=new Array("Shopping information","shippinginfo.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Shopping information");
// Menu3_4=new Array("How to shop","how_to_shop.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","How to shop");
Menu3_2=new Array("Festool Suspends Direct Sales","whats_new_details.aspx?docid=864","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","FAQ");
Menu3_1=new Array("Metric conversion chart","metric_conversion.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Metric conversion chart");
Menu4=new Array("rollover?"+BaseHref+"imgs/find.gif?"+BaseHref+"imgs/find-over.gif","","",3,25,108,"","","","","","",9,1,-1,"","Routing products");
Menu4_1=new Array("Festool dealers","find_dealer.aspx","",0,23,180,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Festool dealers");
Menu4_2=new Array("Festool distribution system","festool_distribution.aspx","",0,23,180,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Festool distribution system");
Menu4_3=new Array("Want to become a dealer?","become_dealer.aspx","",0,23,180,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Want to become a dealer?");
Menu5=new Array("rollover?"+BaseHref+"imgs/serv.gif?"+BaseHref+"imgs/serv-over.gif","","",5,25,83,"","","","","","",9,1,-1,"","Service");
Menu5_1=new Array("1+2 warranty","warranty.aspx","",0,23,200,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","1+2 warranty");
Menu5_2=new Array("30-day money back guarantee","guarantee.aspx","",0,23,200,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","30-day money back guarantee");
Menu5_3=new Array("Repairs and returns","repairs_returns.aspx","",0,23,200,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Repairs and returns");
Menu5_4=new Array("Tool manuals","tool_manuals.aspx","",0,23,200,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Tool manuals");
Menu5_5=new Array("Parts catalog with diagrams","parts_diagrams.aspx","",0,23,200,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Parts diagrams");
Menu6=new Array("rollover?"+BaseHref+"imgs/apps.gif?"+BaseHref+"imgs/apps-over.gif","","",6,25,155,"","","","","","",9,1,-1,"","Check out our Sanding products");
Menu6_1=new Array("Woodworking","woodworking.aspx","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Woodworking");
Menu6_2=new Array("Flooring","flooring.aspx","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Flooring");
Menu6_3=new Array("Solid surface","solidsurface.aspx","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Solid surface");
Menu6_4=new Array("Boating and marine work","boating_marine.aspx","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Boating and marine work");
Menu6_5=new Array("Tips","tips.aspx","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Tips");
Menu6_6=new Array("Links","links.aspx","",0,23,170,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Links");
Menu7=new Array("rollover?"+BaseHref+"imgs/news.gif?"+BaseHref+"imgs/news-over.gif","","",6,25,130,"","","","","","",9,1,-1,"","Check out our Dust Extraction");
Menu7_1=new Array("What's new?","whats_new.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","What's new?");
Menu7_2=new Array("Email newsletter sign up","email_newsletter_signup.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Email newsletter sign up");
Menu7_3=new Array("Email newsletter archive","email_newsletters.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Email newsletter archive");
Menu7_4=new Array("Press releases","press_releases.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Press releases");
Menu7_5=new Array("Trade shows","trade_shows.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Trade shows");
Menu7_6=new Array("Open houses","open_houses.aspx","",0,23,165,"#DFDFDF","#71B252","#000000","#000000","","",8,-1,-1,"","Open houses");