
        var NoOffFirstLineMenus=7;                      // Number of first level items
        var LowBgColor='#404040';                       // Background color when mouse is not over
        var LowSubBgColor='#404040';                    // Background color when mouse is not over on subs
        var HighBgColor='#404040';                      // Background color when mouse is over
        var HighSubBgColor='#404040';                   // Background color when mouse is over on subs
        var FontLowColor='#c0c0c0';                     // Font color when mouse is not over
        var FontSubLowColor='#c0c0c0';                  // Font color subs when mouse is not over
        var FontHighColor='white';                      // Font color when mouse is over
        var FontSubHighColor='white';                   // Font color subs when mouse is over
        var BorderColor='#808080';                      // Border color
        var BorderSubColor='#808080';                   // Border color for subs
        var BorderWidth=1;                              // Border width
        var BorderBtwnElmnts=1;                         // Border between elements 1 or 0
        var FontFamily="arial,helvetica, sans-serif"    // Font family menu items
        var FontSize=10;                                // Font size menu items
        var FontBold=1;                                 // 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 'left', 'center' or 'right'
        var MenuVerticalCentered='top';                 // Menu vertical position 'top', 'middle','bottom' or static
        var ChildOverlap=0.1;                           // horizontal overlap child/ parent
        var ChildVerticalOverlap=.2;                    // vertical overlap child/ parent
        var StartTop=0;                                 // Menu offset x coordinate
        var StartLeft=0;                                // Menu offset y coordinate
        var VerCorrect=0;                               // Multiple frames y correction
        var HorCorrect=0;                               // Multiple frames x correction
        var LeftPaddng=3;                               // Left padding
        var TopPaddng=2;                                // Top padding
        var FirstLineHorizontal=0;                      // 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='MenuPos';                        // 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/tri1.gif',5,10,'images/tridown1.gif',10,5,'images/trileft1.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","index.php","",0,20,122);

Menu2=new Array("TCR","","",4);
        Menu2_1=new Array("About TCR","about.php","",0,20,122);

        Menu2_2=new Array('TCR History','','',11);
                Menu2_2_1=new Array('Pre 2000','history.php#top','',0,20,120);
                Menu2_2_2=new Array('for 2000','history.php#2000','',0,20,120);
                Menu2_2_3=new Array('for 2001','history.php#2001','',0,20,120);
                Menu2_2_4=new Array('for 2002','history.php#2002','',0,20,120);
                Menu2_2_5=new Array('for 2003','history.php#2003','',0,20,120);
                Menu2_2_6=new Array('for 2004','history.php#2004','',0,20,120);
                Menu2_2_7=new Array('for 2005','history.php#2005','',0,20,120);
                Menu2_2_8=new Array('for 2006','history.php#2006','',0,20,120);
                Menu2_2_9=new Array('for 2007','history.php#2007','',0,20,120);
                Menu2_2_10=new Array('for 2008','history.php#2008','',0,20,120);
                Menu2_2_11=new Array('for 2009','history.php#2009','',0,20,120);

        Menu2_3=new Array('Calendar','','',2);
                Menu2_3_1=new Array('Clio 2010','calendar.php?series=Clio 2010','',0,20,120);
                Menu2_3_2=new Array('Ginetta G50 2010','calendar.php?series=Ginetta G50 2010','',0,20,120);

        Menu2_4=new Array("Contact Us","contact.php","",0);

Menu3=new Array('Gallery','','',7);
            Menu3_1=new Array('2003','gallery.php?section=2003','',0,20,180);
            Menu3_2=new Array('2004','gallery.php?section=2004','',0,20,180);
            Menu3_3=new Array('2005','gallery.php?section=2005','',0,20,180);
            Menu3_4=new Array('2006','gallery.php?section=2006','',0,20,180);
            Menu3_5=new Array('2007','gallery.php?section=2007','',0,20,180);
            Menu3_6=new Array('2008','gallery.php?section=2008','',0,20,180);
            Menu3_7=new Array('2009','gallery.php?section=2009','',0,20,180);

Menu4=new Array("For Sale","forsale.php","",0);


Menu5=new Array('Drivers','','',6);
        Menu5_1=new Array('Drivers in 2004','drivers.php#top','',0,20,120);
        Menu5_2=new Array('Drivers in 2005','drivers.php#2005','',0,20,120);
        Menu5_3=new Array('Drivers in 2006','drivers.php#2006','',0,20,120);
        Menu5_4=new Array('Drivers in 2007','drivers.php#2007','',0,20,120);
        Menu5_5=new Array('Drivers in 2008','drivers.php#2008','',0,20,120);
        Menu5_6=new Array('Drivers in 2009','drivers.php#2009','',0,20,120);

Menu6=new Array("Links","links.php","",0);
Menu7=new Array("Superchips","superch.php","",0);