  var NoOffFirstLineMenus=11;      // Number of first level items
  var LowBgColor='#1D9E0A';       // Background color when mouse is not over
  var LowSubBgColor='#ACF89E';    // Background color when mouse is not over on subs
  var HighBgColor='#3EEF1F';      // Background color when mouse is over
  var HighSubBgColor='#3EEF1F';   // Background color when mouse is over on subs
  var FontLowColor='white';       // Font color when mouse is not over
  var FontSubLowColor='black';    // Font color subs when mouse is not over
  var FontHighColor='white';      // Font color when mouse is over
  var FontSubHighColor='black';   // Font color subs when mouse is over
  var BorderColor='#FBF8F1';      // Border color
  var BorderSubColor='#FBF8F1';   // Border color for subs
  var BorderWidth=1;              // Border width
  var BorderBtwnElmnts=1;         // Border between elements 1 or 0
  var FontFamily="arial,comic sans ms,technical"  // 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=.2;            // horizontal overlap child/ parent
  var ChildVerticalOverlap=.2;    // vertical overlap child/ parent
  var StartTop=110;               // Menu offset x coordinate
  var StartLeft=20;               // 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='';               // 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=['/contents/javascript/tri.gif',5,10,'/contents/javascript/tridown.gif',10,5,'/contents/javascript/trileft.gif',5,10]; // Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

//Top Level Menu inside the brackets you have the menu name then the link then empty 
//brackets and then the number of children the menu has

Menu1 = new Array("Homepage",                      "/",                  "", 5, 18, 150);
Menu2 = new Array("News",                  "/",                "", 3, 18, 150);
Menu3 = new Array("Features",                       "/",           "", 9, 18, 150);
Menu4 = new Array("Reviews",         "/",       "", 7, 18, 150);
Menu5 = new Array("Travel Guide",         "/",  "", 4, 18, 150);
Menu6 = new Array("World Club Directory",      "/html2/wcd.php", "", 6, 18, 150);
Menu7 = new Array("Historical Rankings",                       "/",             "", 6, 18, 150);
Menu8 = new Array("Fun & Games",                     "/html2/fng.php",         "", 4, 18, 150);
Menu9 = new Array("Betting",                "/html2/bettips.php",                                   "", 2, 18, 150);
Menu10 = new Array("Message Boards",                "/news/forum.php?forumid=1",                                   "", 2, 18, 150);
Menu11 = new Array("Links",               "/html2/links.php",                "", 0, 18, 150);


// Second-level menus begin here ******************.

// This is the second-level menu for: Homepage it has 5 children

Menu1_1 = new Array("About the Site ",                                   "/html2/about.php",                                 "", 0, 18, 175);
Menu1_2 = new Array("Site Map",                           "/html2/sitemap.php",                                              "", 0, 18, 175);
Menu1_3 = new Array("Site News",                   "/html2/sitenews.php",                "", 0, 18, 175);
Menu1_4 = new Array("Register",             "/news/forum.php?mode=register&forumid=1",                      "", 0, 18, 175);
Menu1_5 = new Array("Contacts",                   "/html2/contact.php",                    "", 0, 18, 175);

// This is the second-level menu for: News it has 3 children

Menu2_1 = new Array("British News",                    "/homenews.php",                           "", 0, 18, 175);
Menu2_2 = new Array("European News",                           "/europeannews.php",                                              "", 0, 18, 175);
Menu2_3 = new Array("World News",                   "/worldnews.php",                "", 0, 18, 175);

// This is the second-level menu for: Features it has 9 children

Menu3_1 = new Array("Comment",             "/html2/articles/comment/comment.php",          "", 0, 18, 175);
Menu3_2 = new Array("Interviews",              "/html2/articles/interviews/interviews.php",     "", 0, 18, 175);
Menu3_3 = new Array("Previews",      "/html2/articles/previews/previews.php",    "", 0, 18, 175);
Menu3_4 = new Array("Reports",             "/html2/articles/reports/reports.php",          "", 0, 18, 175);
Menu3_5 = new Array("Profiles",              "/html2/articles/profiles/profiles.php",     "", 0, 18, 175);
Menu3_6 = new Array("Tactical Analysis",      "/html2/articles/tactics/tactics.php",    "", 0, 18, 175);
Menu3_7 = new Array("A Load of Ball",             "/html2/articles/aloadofball/aloadofball.php",          "", 0, 18, 175);
Menu3_8 = new Array("A view from...",              "/html2/articles/aviewfrom/aviewfrom.php",     "", 0, 18, 175);
Menu3_9 = new Array("Submit an article",      "/html2/submit.php",    "", 0, 18, 175);


// This is the second-level menu for: reviews it has 7 children

Menu4_1 = new Array("Books",                              "/html2/reviews/book_reviews.php",            "", 0, 18, 175);
Menu4_2 = new Array("Games",              "/html2/reviews/game_reviews.php",            "", 0, 18, 175);
Menu4_3 = new Array("Film/Video/Music",                      "/html2/reviews/film.php",       "", 0, 18, 175);
Menu4_4 = new Array("Other Media",                "/html2/reviews/media.php",          "", 0, 18, 175);
Menu4_5 = new Array("Tevlevision & Radio",               "/html2/reviews/tvradio.php", "", 0, 18, 175);
Menu4_6 = new Array("Collectors' Corner",               "/html2/reviews/collect.php", "", 0, 18, 175);
Menu4_7 = new Array("Football Shopping",               "/html2/reviews/shopping.php", "", 0, 18, 175);


// This is the second-level menu for: Travel guide it has 4 children

    
Menu5_1 = new Array("Travel Centre ",                              "/html2/travel/travel.php",            "", 0, 18, 175);
Menu5_2 = new Array("Country & City Guides",              "/html2/travel/guides.php",            "", 0, 18, 175);
Menu5_3 = new Array("Travellers' Tales",                      "/html2/travel/tales.php",       "", 0, 18, 175);
Menu5_4 = new Array("Speak Football",                "/html2/travel/language.php",          "", 0, 18, 175);


// This is the second-level menu for: world club directory it has 6 children

Menu6_1 = new Array("Africa",                              "/html2/countries/africa.php",            "", 0, 18, 175);
Menu6_2 = new Array("Asia",              "/html2/countries/asia.php",            "", 0, 18, 175);
Menu6_3 = new Array("Europe",                      "/html2/countries/europe.php",       "", 0, 18, 175);
Menu6_4 = new Array("North America",                "/html2/countries/namerica.php",          "", 0, 18, 175);
Menu6_5 = new Array("Oceania",               "/html2/countries/oceania.php", "", 0, 18, 175);
Menu6_6 = new Array("South America",               "/html2/countries/samerica.php", "", 0, 18, 175);

// This is the second-level menu for: historical rankings it has 6 children

Menu7_1 = new Array("England",                              "/html2/rankings/ranking.php",            "", 0, 18, 175);
Menu7_2 = new Array("France",              "/html2/rankings/rankingfra.php",            "", 0, 18, 175);
Menu7_3 = new Array("Germany",                      "/html2/rankings/rankingger.php",       "", 0, 18, 175);
Menu7_4 = new Array("Italy",                "/html2/rankings/rankingita.php",          "", 0, 18, 175);
Menu7_5 = new Array("Scotland",               "/html2/rankings/rankingsco.php", "", 0, 18, 175);
Menu7_6 = new Array("Spain",               "/html2/rankings/rankingspa.php", "", 0, 18, 175);

// This is the second-level menu for: fun & games it has 4 children

Menu8_1 = new Array("Competitions ",                              "/html2/competitions.php",            "", 0, 18, 175);
Menu8_2 = new Array("Quizes & Games",              "/html2/quiz.php",            "", 0, 18, 175);
Menu8_3 = new Array("Jokes",                      "/html2/jokes.php",       "", 0, 18, 175);
Menu8_4 = new Array("Quotes",                      "/html2/quotes.php",       "", 0, 18, 175);

// There is no second-level menu for: betting forums and links

Menu9_1 = new Array("Tips, info & links",                              "/html2/bettips.php",            "", 0, 18, 175);
Menu9_2 = new Array("Betting Forum",              "/news/forum.php?forumid=3",            "", 0, 18, 175);

Menu10_1 = new Array("General Forum",                              "/news/forum.php?forumid=1",            "", 0, 18, 175);
Menu10_2 = new Array("Betting Forum",              "/news/forum.php?forumid=3",            "", 0, 18, 175);



// Third-level menus begin here *************.


// sample third-level menu

Menu2_1_1 = new Array("Test",        "/url",                "", 0, 18, 150);


// Fourth-level menus begin here ************.


// sample fourth-level menu

Menu4_3_1_1 = new Array("test",             "/url",       "", 0, 18, 75);
Menu4_3_1_2 = new Array("test",             "/url",       "", 0, 18, 75);













































