menu1 = new mainMenu('horizontal', 0, '#000000', '#7786EE');
menu1.htmlBefore = '| ';
menu1.htmlAfter = ' |';

menu1.addItems("Home","index.htm", "Multiplayer games", "", "Forum","http://www.airfixdogfighter.co.uk/forum/", "Screenshots","","Troubleshooting", "trouble.htm", "Game modifications","");

//Multiplayer submenu
menu1 = new subMenu('2','#000000', '#7786EE');
menu1.addItems("Active Server List (short)", "servers.php?shortlist=1","Active Server List (long)", "servers.php",  "Add your IP to the list", "add.php","*Schedule a game* <font color = \"teal\">[new]</font>","schedule.php");

//Screenshots submenu
menu1 = new subMenu('4','#000000', '#7786EE');
menu1.addItems("Teamplay pictures", "teamplaypics.htm", "Scores", "scores.htm", "Group pictures","group.htm","Formation flying","formation.htm"); 

//Modifications submenu		
menu1 = new subMenu('6','#000000', '#7786EE');
menu1.addItems("Editing the game","editing.htm","The UFO","ufo.htm","Future of the game","future.htm","Teamplay","teamplay.htm");



//***Second row of menu***
menu2 = new mainMenu('horizontal',0,'#000000','#7786EE');
menu2.htmlBefore = '| ';
menu2.htmlAfter = ' |';

menu2.addItems("The Console","console.htm","Cheats","cheats.htm","Strange bug","bug.htm","Site Suggestions","suggest.php","Links","");

//Links submenu
menu2 = new subMenu('5','#000000', '#7786EE');
menu2.addItems("New Forum_Album","http://www.airfixdogfighter.co.uk/forum/album.php","Yahoo Dogfighter Club","http://groups.yahoo.com/group/dogfightreadyroom",
"ADF Force movies","http://adf.cold-blue.de/movies/","ADF_PlantSmasher",
"http://africanvioletfun.com/AFDPhotos/","ADF_Rayvtirx",
"http://www.rayvtirx.pwp.blueyonder.co.uk/airfixdogfighter/","ADF_Wikipedia",
"http://airfixdogfighter.wikia.com/wiki/Main_Page");