        var NoOffFirstLineMenus=11;                            // Number of first level items
        var LowBgColor='#9db6ef';                             // Background color when mouse is not over
        var LowSubBgColor='#9db6ef';                           // Background color when mouse is not over on subs
        var HighBgColor='#323296';                             // Background color when mouse is over
        var HighSubBgColor='#323296';                          // Background color when mouse is over on subs
        var FontLowColor='#000000';                            // Font color when mouse is not over
        var FontSubLowColor='#000000';                         // Font color subs when mouse is not over
        var FontHighColor='#ffffff';                             // Font color when mouse is over
        var FontSubHighColor='#ffffff';                          // Font color subs when mouse is over
        var BorderColor='#8080ff';                             // Border color
        var BorderSubColor='#8080ff';                          // 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=9;                                       // 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 'left', 'center' or 'right'
        var MenuVerticalCentered='top';                        // Menu vertical position 'top', 'middle','bottom' or static
        var ChildOverlap=.25;                                  // horizontal overlap child/ parent
        var ChildVerticalOverlap=.2;                           // vertical overlap child/ parent
        var StartTop=10;                                        // Menu offset x coordinate
        var StartLeft=10;                                       // Menu offset y coordinate
        var VerCorrect=0;                                      // Multiple frames y correction
        var HorCorrect=0;                                      // Multiple frames x correction
        var LeftPaddng=2;                                      // 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=0;                                     // Uses arrow gifs when 1
        var KeepHilite=1;                                    // Keep selected path highligthed
        var Arrws=['images/arrow.jpg',5,5,'images/adown.jpg',5,5,'images/aleft.jpg',5,5];        // 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,115);

Menu2=new Array("Learn More","","",4,20,115);
    Menu2_1=new Array("Benefits","Javascript:NewWindow('docs/weatherlottery.pdf','TWL','1024','768','');","",0,20,145);
    Menu2_2=new Array("Video Presentation","Javascript:NewWindow('http://v1.as48.com/hipi1.asp?MSGID=305cbb2d-7b26-4075-a5ce-8fe164edc194&bhcp=1','TWL','1024','768','');","",0,20,145);
    Menu2_3=new Array("Detailed Presentation","Javascript:NewWindow('docs/detailed_presentation.pdf','TWL','1024','768','');","",0,20,145);
	Menu2_4=new Array("Testimonials","testimon.php","",0,20,145);

Menu3=new Array("Request more info.","extcause.php","",0,20,115);

Menu4=new Array("Join here","regcause.php","",0,20,115);

Menu5=new Array("Marketing Ideas","","",4,20,115);
    Menu5_1=new Array("Your first steps","fsteps.php","",0,20,195);
    Menu5_2=new Array("from your website","webball.php","",0,20,195);
    Menu5_3=new Array("Using your Personalised Leaflets","persleaf.php","",0,20,195);
	Menu5_4=new Array("Templates/Ideas","market.php","",0,20,195);


Menu6=new Array("Existing Causes","","",8,20,115);
	Menu6_1=new Array("Education","categ.php?code=EDUCA","",0,20,85);
	Menu6_2=new Array("Charity","categ.php?code=CHARI","",0,20,85);
	Menu6_3=new Array("Political","categ.php?code=POLIT","",0,20,85);
	Menu6_4=new Array("Football","categ.php?code=FOOTB","",0,20,85);
	Menu6_5=new Array("Rugby","categ.php?code=RUGBY","",0,20,85);
	Menu6_6=new Array("Cricket","categ.php?code=CRICT","",0,20,85);
	Menu6_7=new Array("Other Sport","categ.php?code=SPORT","",0,20,85);
	Menu6_8=new Array("Others","categ.php?code=LIST1","",0,20,85);

Menu7=new Array("Support your cause","pickscheme.php","",0,20,115);

Menu8=new Array("Results & Winners","results.php","",0,20,115);

Menu9=new Array("How to Play","","",3,20,115);
	Menu9_1=new Array("The Lottery","howtoplay.php","",0,20,165);
	Menu9_2=new Array("Support your cause online","pickscheme.php","",0,20,165);
	Menu9_3=new Array("Play Responsibly","response.php","",0,20,145);

Menu10=new Array("Careers","jobopp.php","",0,20,115);

Menu11=new Array("About Us","","",4,20,115);
	Menu11_1=new Array("Contact Us","contact.php","",0,20,145);
	Menu11_2=new Array("Job Opportunities","jobopp.php","",0,20,145);
	Menu11_3=new Array("Photo Gallery","gallery.php","",0,20,145);
	Menu11_4=new Array("Investor Info.","coprofile.php","",0,20,145);


