// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled.

////////////////////////////////////

timegap=500				// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=20				// Follow Scrolling Rate
suboffset_top=0;				// Sub menu offset Top position 
suboffset_left=-1;				// Sub menu offset Left position

effect = "" // works only for IE5.5 and above


style1=[					// style1 is an array of properties. Menus can have their own style
"FFFFFF",				// Mouse Off Font Color
"CC0000",					// Mouse Off Background Color
"FFFFFF",				// Mouse On Font Color
"000000",					// Mouse On Background Color
"000000",					// Menu Border Color
10,					// Font Size
"STRONG",				// Font Style 
"bold",					// Font Weight
"Arial",					// Font Name
3,					// Menu Item Padding
,					// Sub Menu Image (Leave blank if not needed)
0,					// 3D Border & Separator bar
"CC0000",					// 3D High Color
"CC0000",					// 3D Low Color
,					// Referer Item Font Color (leave blank to disable)
,					// Referer Item Background Color (leave blank to disable)
"",			 		// Top Bar image (Leave blank to disable)
,					// Menu Header Font Color (Leave blank if headers are not needed)
000000,					// Menu Header Background Color (Leave blank if headers are not needed)
]

addmenu(menu=[				// This is the array that contains your menu properties and details
"mainmenu",				// Menu Name - This is needed in order for the menu to be called
15,					// Menu Top - The Top position of the menu in pixels
,					// Menu Left - The Left position of the menu in pixels
0,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" 
style1,					// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time
"center",					// Alignment - sets the menu elements text alignment, valid here: left, right, center
,					// Filter - Text variable for setting transitional effects on menu activation		
,					// Follow Scrolling
1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style
,					// Keep Alive - Keeps the menu visible until the user moves over another menu

"center",					// Position of TOP sub image left:center:right
,					// Type of menu use "form" or blank
,					// Right To Left - Used in Hebrew for example.
,					// Open the Menus OnClick - leave blank for OnMouseover
,					// Menu Header Text (only works on Vertical menus)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use


		

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/index.html",,"",1                //"Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Webcam Europa&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu-europa",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Webcam Noth America&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu-north_america",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Webcam World&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu-world",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;View Live Radar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/index.html",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Live ATC&nbsp;&nbsp;&nbsp;&nbsp;","show-menu-atc",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Aviation&nbsp;&nbsp;&nbsp;&nbsp;","show-menu-aviation",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add Webcam&nbsp;&nbsp;&nbsp;&nbsp;","/index.html",,"",1
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/index.html",,"",1
])

addmenu(menu=["atc",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;ATC Live","/index.html",,"",1
,"&nbsp;ATC Live Worldmap","/index.html",,"",1
])

addmenu(menu=["europa",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Austria<BR>Belgium<BR>Bulgaria<BR>Croatia<BR>Czech Republic<BR>Denmark<BR>Finland<BR>France","/index.html",,"",1
,"Germany<BR>Hungary<BR>Italy<BR>luxembourg","/index.html",,"",1
,"Monaco<BR>Netherlands<BR>North sea<BR>Norway<BR>Poland<BR>Portugal<br>Romenia<BR>Slovakia<BR>Slovenia<BR>Spain<BR>Sweden<BR>Switserland<BR>United Kingdom","/index.html",,"",1
])

addmenu(menu=["north_america",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Canada<BR>United States<BR>Hawaii","/index.html",,"",1
])

addmenu(menu=["world",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Australia<BR>Brazil<BR>Republic of Chile<br>Japan<BR>Korea<BR>New Zealand<BR>Saint-Barth<BR>Venezuela","/index.html",,"",1
])

addmenu(menu=["aviation",,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;Virtual Pilot","/index.html",,"",1
,"&nbsp;Aircraft Manufacturer","/index.html",,"",1
,"&nbsp;Movies Air Crash Investication","show-menu-crash",,"",1
,"&nbsp;Movies Manufacturer","/index.html",,"",1
])

addmenu(menu=["crash",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"&nbsp;&nbsp;Movies Air Crash Investication 1","/index.html",,"",1
,"&nbsp;&nbsp;Movies Air Crash Investication 2","/index.html",,"",1
,"&nbsp;&nbsp;Movies Air Crash Investication 3","/index.html",,"",1
,"&nbsp;&nbsp;Movies Air Crash Investication 4","/index.html",,"",1
,"&nbsp;&nbsp;Movies Air Crash Investication 5","/index.html",,"",1
,"&nbsp;&nbsp;Movies Air Crash Investication 6","/index.html",,"",1
,"&nbsp;&nbsp;Movies Air Crash Investication 7","//index.html",,"",1
])



//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
