// 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



////////////////////////////////////

// Editable properties START here //

////////////////////////////////////





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





hlp=[						// Menu Properties Array

"000000",					// Off Font Color

"D9E1E6",					// Off Back Color

"000000",					// On Font Color

"d4d4d4",					// On Back Color

"000000",					// Border Color

10,							// Font Size

"normal",					// Font Style

"normal",					// Font Weight

"arial",                	// Font

5,							// Padding

"images/arrow.gif"			// Sub Menu Image

,1							// 3D Border & Separator

,"66ccff"					// 3D High Color

,"000099"					// 3D Low Color

]





addmenu(menu=[				// This is the array that contains your menu properties and details

"simplemenu1",				// Menu items Name

60,					     	// Top

80,							// left

140,						// Width

2,							// Border Width

"middle",			   		    // Screen Position - here you can use "center;left;right;middle;top;bottom"

hlp,						// Properties Array - this is set higher up, as above

0,							// Always Visible - allows the menu item to be visible at all time

"left",					    // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center

"Fade(duration=0.5)",		// Filter - Text variable for setting transitional effects on menu activation

0,							// Follow Scrolling - Tells the menu item to follow the user down the screen

, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style

,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page

,							// Position of sub image left:center:right:middle:top:bottom

,							// Show an image on top menu bars indicating a sub menu exists below

,							// Reserved for future use

,							// Reserved for future use

,							// Reserved for future use

,,,

,"All That Glitters: Christian Mosaics","glitters.php",,,1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"Bernini and Borromini", "baroque_one.php",,, 1 

,"The Borghese Gallery", "baroque_five.php",,, 1

,"Campus Martius: the Historic Center","campusmartius.php",,,1 

,"Caravaggio's Rome", "baroque_three.php",,, 1

,"The Colosseum","ludietmors.php",,,1 

,"Culina Romana: an Ancient Roman Lunch","culinaromana.php",,,1 

,"La Farnesina","farnesina.php",,,1

,"Forum Boarium: Ancient Roman Urban Planning","boarium.php",,,1

,"Il Ghetto","ilghetto.php",,,1 

,"Imperial Forums","foraimperatorum.php",,,1 

,"The Jesuit Style", "baroque_two.php",,, 1

,"Medieval Frescoes","intarsia.php",,,1

,"Ostia Antica","ostiaantica.php",,,1 

,"The Palatine Hill","collispalatinus.php",,,1 

,"The Quirinal Hill", "baroque_four.php",,,1

,"The Roman Forum","forumromanum.php",,,1 

,"The Tiber River","flumentiberis.php",,,1 

,"Trastevere and Environs","trastevere.php",,,1

,"Underground Rome","show-menu=simplesub1",,,1

,"The Vatican","vatican.php",,,1 

])


addmenu(menu=["simplesub1",

,,120,1,"",hlp,,,"RandomDissolve(duration=0.5)",,,,,,,,,,,,

,"Emperor Nero's Golden Home", "domusaurea.php",,,1

,"Church San Clemente", "sanclemente.php",,,0

])



dumpmenus()

