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)}

effect = "Fade(duration=0.9);Alpha(style=0,opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=0)"

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

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"006699",				// Mouse Off Font Color
"FFFFFF",			// Mouse Off Background Color
"EBC005",			// Mouse On Font Color
"FFFFFF",			// Mouse On Background Color
"FFFFFF",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Verdana, Helvetica, Verdana, sans-serif",	// Font Name
0,					// Menu Item Padding
"",		// Sub Menu Image (Leave this blank if not needed)
0,					// 3D Border & Separator bar
"c0c0c0",			// 3D High Color
"FFFFFF",			// 3D Low Color
"EBC005",			// Current Page Item Font Color (leave this blank to disable)
"FFFFFF",				// Current Page Item Background Color (leave this blank to disable)
"",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"000099",			// Menu Header Background Color (Leave blank if headers are not needed)
"000000",				// Menu Item Separator Color
]




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
175,					// Menu Top - The Top position of the menu in pixels
50,				// Menu Left - The Left position of the menu in pixels
150,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,  "Home&nbsp;&nbsp;&nbsp;","http://www.associazionecontemporanea.org/index.htm",,"prima pagina",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,  "Noi siamo&nbsp;&nbsp;&nbsp;&nbsp;","http://www.associazionecontemporanea.org/contatto.htm",,"contatto",1
,  "Archivio&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 1",,"archivio",1
,  "Foto&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 2",,"foto",1 
,  "Risorse&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=MENU 3",,"risorse",1
])
	
	addmenu(menu=["MENU 1",
	,,80,0,"",style1,,"left",effect,,,,,,,,,,,,

	,"Mostre I","http://www.associazionecontemporanea.org/mostre1.htm",,,1
	,"Mostre II","http://www.associazionecontemporanea.org/mostre2.htm",,,1
	,"Mostre III","http://www.associazionecontemporanea.org/mostre3.htm",,,1
	,"Mostre IV","http://www.associazionecontemporanea.org/mostre4.htm",,,1
	,"Mostre V","http://www.associazionecontemporanea.org/mostre5.htm",,,1
	,"Mostre VI","http://www.associazionecontemporanea.org/mostre6.htm",,,1
	,"Mostre VII","http://www.associazionecontemporanea.org/mostre7.htm",,,1
	,"Mostre VIII","http://www.associazionecontemporanea.org/mostre8.htm",,,1
	,"Eventi I","http://www.associazionecontemporanea.org/eventi.htm",,,1
	,"Eventi II","http://www.associazionecontemporanea.org/eventi2.htm",,,1
	,"Laboratori","http://www.associazionecontemporanea.org/laboratori.htm",,,1
	
	
	
	])	
				addmenu(menu=["MENU 2",
	,,80,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"Cataloghi","http://www.associazionecontemporanea.org/cataloghi.html",,,1
    ,"Frangiture","http://www.associazionecontemporanea.org/fotofrangiture.htm",,,1
	,"La Spina","show-menu=MENU 5",,"La Spina",1


	])
		addmenu(menu=["MENU 3",
	,,80,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"Artisti","http://www.associazionecontemporanea.org/artisti.htm",,,1
	,"Link","http://www.associazionecontemporanea.org/link.htm",,,1
		
	
	])
								addmenu(menu=["MENU 5",
	,,130,0,"",style1,,"left",effect,,,,,,,,,,,,
	,"I Tesori di La Spina","http://www.associazionecontemporanea.org/itesori.htm",,,1
	,"I Tesori testo 1","http://www.associazionecontemporanea.org/itesoritesti.htm",,,1
	,"I Tesori testo 2","http://www.associazionecontemporanea.org/itesoritesti2.htm",,,1
		
	
	])
				
				
	
	
	
	
dumpmenus()
