/***********************************************************************************
*        (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=8;                        // Number of first level items
        var LowBgColor='#FDEEF4';                        // Background color when mouse is not over
        var LowSubBgColor='#EBDDE2';                        // Background color when mouse is not over on subs
        var HighBgColor='#E3E4FA';                        // Background color when mouse is over
        var HighSubBgColor='#E0FFFF';                        // Background color when mouse is over on subs
        var FontLowColor='#571B7e';                        // Font color when mouse is not over
        var FontSubLowColor='#571B7e';                        // Font color subs when mouse is not over
        var FontHighColor='#E4287C';                        // Font color when mouse is over
        var FontSubHighColor='#E4287C';                        // Font color subs when mouse is over
        var BorderColor='#C38EC7';                        // Border color
        var BorderSubColor='#C38EC7';                        // Border color for subs
        var BorderWidth=1;                                // Border width
        var BorderBtwnElmnts=1;                        // Border between elements 1 or 0
        var FontFamily="verdana,arial,comic sans ms,technical"        // Font family menu items
        var FontSize=7;                                // Font size menu items
        var FontBold=1;                                // Bold menu items 1 or 0
        var FontItalic=0;                                // Italic menu items 1 or 0
        var MenuTextCentered='center';                        // Item text position 'left', 'center' or 'right'
        var MenuCentered='center';                        // Menu horizontal position 'left', 'center' or 'right'
        var MenuVerticalCentered='top';                // Menu vertical position 'top', 'middle','bottom' or static
        var ChildOverlap=.2;                                // horizontal overlap child/ parent
        var ChildVerticalOverlap=.2;                        // vertical overlap child/ parent
        var StartTop=20;                                // 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=5;                                // Left padding
        var TopPaddng=2;                                // Top padding
        var FirstLineHorizontal=1;                        // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
        var MenuFramesVertical=1;                        // Frames in cols or rows 1 or 0
        var DissapearDelay=800;                        // 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=0;                                // 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:Image1.jpg:Image2.jpg"

Menu1=new Array("Home","http://www.danddcakes.ca/","",0,18,100); // qty of items, height of item, width of colomn

Menu2=new Array("WEDDING CAKES","","",10,18,140); 
       Menu2_1=new Array("1 Tier Cakes","101.htm","",0,18,140);
       Menu2_2=new Array("2 Tier Cakes","102.htm","",0);
       Menu2_3=new Array("3 Tier Cakes","103.htm","",0);
       Menu2_4=new Array("4 Tier Cakes","104.htm","",0);
       Menu2_5=new Array("5 Tier Cakes","105.htm","",0);
       Menu2_6=new Array("6 Tier Cakes","106.htm","",0);
       Menu2_7=new Array("Specialty","107.htm","",0);
       Menu2_8=new Array("Restoration","108.htm","",0);
       Menu2_9=new Array("Wedding Cupcakes","109.htm","",0);
       Menu2_10=new Array("Bridal Shower Cakes","111.htm","",0);

Menu3=new Array("DELECTABLE & DELICIOUS","","links.html",13,18,160);
        Menu3_1=new Array("All Occasion Cup Cakes","301.htm","",0,18,160);
        Menu3_2=new Array("Petit Fours/Fondant/Mini Cakes","302.htm","",0);
        Menu3_3=new Array("Shortcake Cheesecakes","303.htm","",0);
        Menu3_4=new Array("Graham Cracker Cheesecakes","304.htm","",0);
        Menu3_5=new Array("Biscotti","305.htm","",0);
        Menu3_6=new Array("Cookies","306.htm","",0);
        Menu3_7=new Array("Dainties","307.htm","",0);
        Menu3_8=new Array("Tarts","308.htm","",0,18,180);
        Menu3_9=new Array("Tortes","309.htm","",0);
        Menu3_10=new Array("Trays","311.htm","",0);
        Menu3_11=new Array("Doll Cakes","312.htm","",0);
        Menu3_12=new Array("Exclusive","313.htm","",0);
        Menu3_13=new Array("Christmas","314.htm","",0);

Menu4=new Array("RENTALS","","",2,18,90);
        Menu4_1=new Array("Cakes","401.htm","",0,18,90);
        Menu4_2=new Array("Accessories","402.htm","",0);

Menu5=new Array("RESOURCES","","",9,18,100);
        Menu5_1=new Array("Bridal Gallery","wbrideslounge.htm","",0,18,100);
        Menu5_2=new Array("Licensing","marriage_licenses_and_invitations.htm","",0);
        Menu5_3=new Array("How To Order","wguidance.htm","",0);
        Menu5_4=new Array("Booking","booking.htm","",0);
        Menu5_5=new Array("In The News","weddingshows.htm","",0);
        Menu5_6=new Array("About Us","aboutus.htm","",0);
        Menu5_7=new Array("Testimonials","aboutus.htm#testimonials","",0);
        Menu5_8=new Array("Helpful Links","links.html","",0);
        Menu5_9=new Array("Webmaster","http://www.georgedaigle.com","",0);

Menu6=new Array("LINKS","","",9,18,130);
        Menu6_1=new Array("MJD Photography","http://www.mjdphotography.ca/index2.php","",0,18,130);
        Menu6_2=new Array("Gateway Catering","http://www.danddcakes.ca/gatewaycatering/gatewaycatering.htm","",0);
        Menu6_3=new Array("Wedding hair & Make Up","http://www.lovehair.co.uk/","",0);
        Menu6_4=new Array("Verna's Floral Express","links.html#vernafloralexpress","",0);
        Menu6_5=new Array("UK Wedding Search","http://www.ukweddingsearch.com/","",0);
        Menu6_6=new Array("Stonewall Florist","http://www.stonewallflorist.com/","",0);
        Menu6_7=new Array("1-800-Florals","http://www.800florals.com/","",0);
        Menu6_8=new Array("Various Weddings","links.html#variouswedding","",0);
        Menu6_9=new Array("Marriage Commissioner","marriage_commissioner/zmc.htm","",0);
   
Menu7=new Array("GALLERY","","",9,18,100);
        Menu7_1=new Array("Birthday Cakes","history/history01.htm","",0,18,100);
        Menu7_2=new Array("Celebrating Babies","history/history07.htm","",0);
        Menu7_3=new Array("Festive","history/history08.htm","",0);
        Menu7_4=new Array("Corporation","history/history10.htm","",0);
        Menu7_5=new Array("Retirements","history/history11.htm","",0);
        Menu7_6=new Array("Anniversaries","history/history12.htm","",0);
        Menu7_7=new Array("Sports","history/history13.htm","",0);
        Menu7_8=new Array("Graduations","history/history14.htm","",0);
        Menu7_9=new Array("I Drew It","history/history15.htm","",0);

Menu8=new Array("CONTACT US","http://www.danddcakes.ca#contactus","",0,18,100);
