




/***********************************************************************************
*        (c) Ger Versluis 2000 version 5.41 24 December 2001                  *
*        For info write to menus@burmees.nl                          *
*        You may remove all comments for faster loading                  *
***********************************************************************************/

        var NoOffFirstLineMenus=14;                        // Number of first level items
        var LowBgColor='black';                        // Background color when mouse is not over
        var LowSubBgColor='black';                        // Background color when mouse is not over on subs
        var HighBgColor='black';                        // Background color when mouse is over
        var HighSubBgColor='black';                        // Background color when mouse is over on subs
        var FontLowColor='#C3C3C3';                        // Font color when mouse is not over
        var FontSubLowColor='dddddd';                        // Font color subs when mouse is not over
        var FontHighColor='dddddd';                        // Font color when mouse is over
        var FontSubHighColor='CC5C34';                        // Font color subs when mouse is over
        var BorderColor='black';                        // Border color
        var BorderSubColor='CC5C34';                        // Border color for subs
        var BorderWidth=1;                                // Border width
        var BorderBtwnElmnts=0;                        // Border between elements 1 or 0
        var FontFamily="arial,comic sans ms,technical"        // 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;                                // horizontal overlap child/ parent
        var ChildVerticalOverlap=.0;                        // vertical overlap child/ parent
        var StartTop=500;                                // Menu offset x coordinate
        var StartLeft=80;                                // Menu offset y coordinate
        var VerCorrect=0;                                // Multiple frames y correction
        var HorCorrect=1;                                // Multiple frames x correction
        var LeftPaddng=1;                                // 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='';                                // 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=['',1,1,'',1,1,'',1,1];        // 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:tridown.jgif:tri.gif"





Menu1=new Array("Home","index.htm","",0,20,180);

Menu2=new Array("Fishing Nagagamisis","Fishing-Nagagamisis-Lake.htm","",7,20,180);
        Menu2_1=new Array("Walleye Information","walleye-fishing-Hornepayne-Ontario.htm","",0,18,220);
        Menu2_2=new Array("Walleye Photos","walleye-photos-Nagagamisis-Lake.htm","",0,18,180);
        Menu2_3=new Array("Pike Information","nagagamisis-lake-pike-fishing.htm","",0,18,180);
        Menu2_4=new Array("Pike Photos","nagagamisis-lake-pike-photos.htm","",0,18,180);
        Menu2_5=new Array("Trout Information","troutfishing-hornepayne-nagagamisis-lake.htm","",0,18,180);
        Menu2_6=new Array("Trout Photos","nagagamisis-lake-trout-photos.htm","",0,18,180);
        Menu2_7=new Array("Perch/Whitefish Information","fishing-hornepayne-nagagamisis-lake.htm","",0,18,180);


Menu3=new Array("Hunting ","","",3,20,180);
        Menu3_1=new Array("Black Bear","Hornepayne-Ontario-black-bear-hunting.htm","",0,18,180);
        Menu3_2=new Array("Moose","moose-hunting-Hornepayne-Ontario.htm","",0,18,180);
        Menu3_3=new Array("Ruffed/Spruce Grouse","ruffed-spruce-grouse-hunting.htm","",0,18,180);



Menu4=new Array("Whats Available ","boatrentals-fishcleaninghouse.htm","",0,20,180);
Menu5=new Array("Cabin Huron","CabinHuron.htm","",0,20,180);
Menu6=new Array("Cabin Cree","CabinCree.htm","",0,20,180);
Menu7=new Array("Cabin Mohawk","CabinMohawk.htm","",0,20,180);
Menu8=new Array("Cabin Cherokee","CabinCherokee.htm","",0,20,180);
Menu9=new Array("Wilderness Photos","Wilderness-Scenery-Hornepayne-Ontario.htm","",0,20,180);
Menu10=new Array("Convenience Store","store.htm","",0,20,180);
Menu11=new Array("Fishing Packages","fishing-plans-and-rates.htm","",0,20,180);
Menu12=new Array("Hunting Packages","hunting-plans-and-rates.htm","",0,20,180);
Menu13=new Array("Testimonial","testimonial.htm","",0,20,180);
Menu14=new Array("Contact Us","contact-ProNorth-Ouftiffters.htm","",0,20,180);

