// 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

effect = "Fade(duration=0.1);Alpha(style=0,opacity=100);Shadow(color='#40546C', Direction=135, Strength=3)"

timegap=500		// The time delay for menus to remain visible
followspeed=5		// Follow Scrolling speed
followrate=40		// Follow Scrolling Rate
suboffset_top=2;	// Sub menu offset Top position 
suboffset_left=5;	// Sub menu offset Left position

style0=[		// 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.
"white",		// Mouse Off Font Color
"40546C",		//  Colore menu modo normale
"E5E5E5",		        // Mouse On Font Color
"40546C",	        // Mouse On Background Color
"#",		// Menu Border Color 
10,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana,Arial,Helvetica,sans-serif",	// Font Name
4,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
"black",		// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,	// Top Bar image (Leave this blank to disable)
,			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
]

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.
"white",		// Mouse Off Font Color
"40556C",		//  Colore menu modo normale
"black",		        // Mouse On Font Color
"A6BCCE",	        // Mouse On Background Color
,		// Menu Border Color 
10,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"bold",			// Font Weight (bold or normal)
"Verdana,Arial,Helvetica,sans-serif",	// Font Name
2,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
"black",		// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,	// Top Bar image (Leave this blank to disable)
,			// Menu Header Font Color (Leave blank if headers are not needed)
,			// Menu Header Background Color (Leave blank if headers are not needed)
]
style2=[		// 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.
"white",		// Mouse Off Font Color
"40556C",		//  Colore menu modo normale
"black",		        // Mouse On Font Color
"A6BCCE",	        // Mouse On Background Color
,		// Menu Border Color 
9,			// Font Size in pixels
"normal",		// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Verdana,Arial,Helvetica,sans-serif",	// Font Name
3,			// Menu Item Padding
,			// Sub Menu Image (Leave this blank if not needed)
"black",		// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
,			// Current Page Item Font Color (leave this blank to disable)
,			// Current Page Item Background Color (leave this blank to disable)
,	// Top Bar image (Leave this blank to disable)
,			// Menu Header Font Color (Leave blank if headers are not needed)
,			// 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
108,		// Menu Top - The Top position of the menu in pixels - posizione menu verticale
,		// Menu Left - The Left position of the menu in pixels
"100%",		// Menu Width - Menus width in pixels  -  
,		// Menu Border Width 
"center",	// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style0,		// 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)
"center",		// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,		// 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)
1, 		// 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
,		// ..Now Obsolete..
,		// 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)
,		// Reserved for future use
,		// Reserved for future use
,		// Reserved for future use
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">home<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">","show-menu=home","index.php","Home page",1
,"<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">personaggio<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">","show-menu=canali","personaggio.php","Il personaggio",1
,"<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">storia<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">","show-menu=programmi",,"La storia",1
,"<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">muri dipinti<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">","show-menu=muri","muri.php","I Muri Dipinti",1
,"<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">rocca<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">","show-menu=immagini",,"La Rocca",1
,"<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">news<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">","show-menu=news","news.php","News",1
,"<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">affitta la Rocca<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">","show-menu=affitto","affitto.php","Affitta la Rocca",1
,"<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">servizi&info<img src=\"images/rigo_MENU.jpg\" width=\"17\" height=\"1\" border=\"0\">","show-menu=info",,"Info",1
])

addmenu(menu=["home",
//,,,1,"center",style1,,"left",effect,,,,,,,,,,,,
,,,,"",style1,,"left",,,,,,,,,,,,,
//,"Amministrazione","admin.php",,,1
//,"Upload file","upload.php",,,1
//,"Forum","http://www.giorgiotave.it/forum.htm",,,1
//,"Preferiti","javascript:preferiti()",,,1
//,"Home Page","javascript:home()",,,1
//,"Avvertenze","http://www.giorgiotave.it/avvertenze.htm",,,1

])

addmenu(menu=["canali",
,,,,"",style1,,"left",,,,,,,,,,,,,
//,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
//,,,,"",style1,,"left",,,,,,,,,,,,,
 //,"Il personaggio","personaggio.php",,,1
//,"Lorenzo Campeggi","lorenzo.php",,,1
/*
,"menu2","http://www.calshop.biz/arcanoid3D.html",,,1
,"menu3","http://www.calshop.biz/bubble_bobble.html",,,1
,"menu4","http://www.calshop.biz/South_Park_Mario_Bros_2",,,1
,"Patch e addon","http://www.calshop.biz/Soluzioni012003b/Patch/patch1.html",,,1
,"Biliardo","http://www.calshop.biz/biliardo2.html",,,1
,"Dama","http://www.calshop.biz/salagiochi/dama/index.html",,,1
,"Tetris","http://www.calshop.biz/salagiochi/tetris/index.html",,,1
,"Doom 2","http://www.calshop.biz/doom2.html",,,1
,"Soluzioni","http://www.calshop.biz/soluzioni_dicembre_2002/index.html",,,1
,"Pac-Man&nbsp;<img align=absmiddle border=0 src=http://www.calshop.biz/images/new4.gif>","http://www.calshop.biz/pacman_flash.html",,,1
*/
])

addmenu(menu=["programmi",
,,140,1,"center",style1,,"left",effect,,,,,,,,,,,,
,"La storia","storia.php",,"La storia",1
,"Il borgo medioevale","borgo.php",,"Il Borgo medioevale",1
,"Palazzo Comunale","palazzo.php",,"Il Palazzo Comunale",1
,"Chiesa prepositurale","chiesa.php",,"Chiesa prepositurale",1
,"Museo d’Arte Sacra","museo.php",,"Il Museo d’Arte Sacra",1
])

addmenu(menu=["muri",
//,,"100%",,"",style2,,"left",,,,,,,,,,,,,
,,170,1,"center",style1,,"left",effect,,,,,,,,,,,,
,"I \"I muri dipinti\"","muri.php",,"I muri dipinti di Dozza",1
,"Centro Documentazione e Studi","programma.php",,"Centro Documentazione e Studi del Muro Dipinto",1
,"La Sede","muri_bio.php",,"La Sede",1
])

addmenu(menu=["immagini",
,,110,1,"center",style1,,"left",effect,,,,,,,,,,,,
//,"Aria Giovanni&nbsp;<img align=absmiddle border=0 src=http://www.calshop.biz/images/new4.gif>","http://www.calshop.biz/Aria_Giovanni/gallery2/gallery01_small.html",,"Aria Giovanni",1
//,"Webcam&nbsp;<img align=absmiddle border=0 src=/images/new4.gif>","http://www.calshop.biz/webcam_mediterraneo.html",,"Webcam online",1
,"La Rocca","rocca.php",,"La rocca di Dozza",1
,"La pianta","pianta.php",,"La pianta della rocca",1
,"La struttura","struttura.php",,"La struttura della rocca",1
,"Il percorso","percorso.php",,"Il percorso della rocca",1
,"La Pinacoteca","pinacoteca.php",,"La Pinacoteca",1
])

addmenu(menu=["news",
,,"100%",,"",style2,,"left",,,,,,,,,,,,,
//,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
//,"","contatti.html",,"contattaci",1
//,"Dove siamo","dove.htm",,"dove si trova Dozza",1
//,"Chi siamo","/chisiamo.html",,,1
//,"Privacy","/privacypolicy.html",,,1
//,"Lavora con noi","http://www.calshop.biz/it/lavoro/lavoro.html",,,1
//,"Disclaimer","/disclaimer.html",,,1
])

addmenu(menu=["Affitto",
,,,,"",style2,,"left",,,,,,,,,,,,,
//,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
//,"","contatti.html",,"contattaci",1
//,"Dove siamo","dove.htm",,"dove si trova Dozza",1
//,"Chi siamo","/chisiamo.html",,,1
//,"Privacy","/privacypolicy.html",,,1
//,"Lavora con noi","http://www.calshop.biz/it/lavoro/lavoro.html",,,1
//,"Disclaimer","/disclaimer.html",,,1
])

addmenu(menu=["info",
,,113,1,"center",style1,,"left",effect,,,,,,,,,,,,
,"Contattaci","contattaci.php",,"Contattaci",1
,"Dove siamo","dove.php",,"dove si trova Dozza",1
,"Guestbook","guestbook.php",,"Lascia dei messaggio",1
,"La Fondazione","fondazione.php",,"Storia della Fondazione Dozza ",1
,"Affitto Rocca","affitto.php",,"Vari spazi della Rocca affittabili",1
,"Visite guidate","visite.php",,"Tour guidato per dozza e la sua Rocca",1
,"laboratori didattici","visite.php",,"I laboratori didattici",1
,"Galleria immagini","gallery.php",,"Tutte le immagini di Dozza e della sua Rocca",1
,"Link","link.php",,"Link a siti di interesse",1
])

dumpmenus()
