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)}

timegap=500			// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=10;	// Sub menu offset Top position 
suboffset_left=10;	// Sub menu offset Left position

style1=[			
"white",				// Off Font Colour
"navy",			// Off Bg Colour
"navy",			// On Font Colour
"#99CCFF",			// On Bg Colour
"white",			// Border Colour 
14,				// Size
"normal",			// Style
"bold",				// Weight
"Verdana, Arial",		// Name
4,				// Padding
,				// Sub Menu Image
,				// Border & Separator bar
"navy",				// 3D High Colour
"navy",				// 3D Low Colour
"navy",			// Current Page Font Colour
"#99CCFF",				// Current Page Bg Colour
,				// Top Bar Image
,				// Menu Header Font Colour
,				// Menu Header Background Colour
"white",			// Menu Separator Colour
]


addmenu(menu=[			
"mainmenu",			
,				// Top Position
,				// Left Position
,				// Width
1,				// Border Width 
"center",			// Position
style1,				// Properties 
1,				// Visible
"center",			// Text Alignment
,				// Filter
,				// Follow Scrolling
1, 				// Horizontal Menu
,				// Keep Alive
,				// Position of TOP sub image
,				// Overall Width of Horizontal Menu 
,				// Right To Left 
,				// Open Menus OnClick
,				// ID of Hidden Div
,				// Bg Image for menu 
,				// Scrollable Menu
,				// Blank
,"Home","http://www.irelandview.com",,"Return to Home Page",2 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Advertise","show-menu=advertise",,"Advertise on Ireland View",2
,"Information","show-menu=information",,"Travel Information",2
,"Contact Us","http://www.irelandview.com/contactus.php",,"Contact Us",2
,"Tools","show-menu=functions",,"Useful Gadgets",2
,"Links","show-menu=links",,"Links to Interesting Sites",2
])

	addmenu(menu=["advertise",
	,,160,2,"",style1,,"center",,,,,,,,,,,,,
	,"Reciprocal Linking","http://www.irelandview.com/linkexchange.php",,,2
	,"Advertise Here","http://www.irelandview.com/businessdeals.php",,,2
	,"Portfolio","http://www.irelandview.com/portfolio.html",,,2
	])
	
	addmenu(menu=["information",
	,,170,2,"",style1,,"center",,,,,,,,,,,,,
	,"Clare","show-menu=clare",,,2
	,"Cork","show-menu=cork",,,2
	,"Galway","show-menu=galway",,,2
	,"Kerry","show-menu=kerry",,,2
	])
	
	addmenu(menu=["clare",
		,,100,2,"",style1,,"center",,,,,,,,,,,,,
		,"Information","http://www.irelandview.com/countyclare.php",,,2
		,"Festivals","http://www.irelandview.com/clare-festivals.php",,,2
		,"Weather","http://www.irelandview.com/clare-weather.php",,,2
		,"Map","http://www.irelandview.com/clare-map.php",,,2
		
		])

		addmenu(menu=["cork",
		,,100,2,"",style1,,"center",,,,,,,,,,,,,
		,"Information","http://www.irelandview.com/countycork.php",,,2
		,"Festivals","http://www.irelandview.com/cork-festivals.php",,,2
		,"Weather","http://www.irelandview.com/cork-weather.php",,,2
		,"Map","http://www.irelandview.com/cork-map.php",,,2
		
		])

	addmenu(menu=["galway",
		,,100,2,"",style1,,"center",,,,,,,,,,,,,
		,"Information","http://www.irelandview.com/countygalway.php",,,2
		,"Festivals","http://www.irelandview.com/galway-festivals.php",,,2
		,"Weather","http://www.irelandview.com/galway-weather.php",,,2
		,"Map","http://www.irelandview.com/galway-map.php",,,2
		
		])

		addmenu(menu=["kerry",
		,,100,2,"",style1,,"center",,,,,,,,,,,,,
		,"Information","http://www.irelandview.com/countykerry.php",,,2
		,"Festivals","http://www.irelandview.com/kerry-festivals.php",,,2
		,"Weather","http://www.irelandview.com/kerry-weather.php",,,2
		,"Map","http://www.irelandview.com/kerry-map.php",,,2
		
		])
		
	addmenu(menu=["functions",
	,,170,2,"",style1,,"center",,,,,,,,,,,,,
	,"Currency Converter", "http://www.irelandview.com/currencyconverter.html target=_blank",,,2
		,"Holiday Reminder", "http://www.irelandview.com/reminder/login.php",,,2
	])
	
	addmenu(menu=["links",
	,,160,2,,style1,,"center",,,,,,,,,,,,,
	,"Links","http://www.irelandview.com/link.php",,,2
	,"World Wide Links","http://www.irelandview.com/worldlinks.php",,,2
	
])
	

dumpmenus()