




// 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=100				// 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


effect = "Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters


faq_property=[				// faq_property is an array of properties you can have as many property arrays as you need
"3390E2",					// Mouse Off Font Color
"ffffff",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"3390E2",				// Mouse On Background Color
"D7D3DE",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana,Arial",		// Font Name
4,						// Menu Item Padding
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"ffffff",				// Current Page Item Font Color (leave this blank to disable)
"3390E2",					// 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)
]
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.
"131366",					// Mouse Off Font Color
"ffffff",				// Mouse Off Background Color
"ffffff",				// Mouse On Font Color
"3390E2",				// Mouse On Background Color
"D7D3DE",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana,Arial",		// Font Name
4,						// Menu Item Padding
"arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"ffffff",				// Current Page Item Font Color (leave this blank to disable)
"3390E2",					// 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)
]

addmenu(menu=["mainfaq",
120,				// Top
150,				// left
192.5,				// Width
1,				// Border Width
"center",				// Screen Position - here you can use "center;left;right;middle;top;bottom"
faq_property,	// Properties Array - this is set higher up, as above
1,				// 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
effect,			// Filter - Text variable for setting transitional effects on menu activation
0,				// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 				// 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
,
,,,,
,

"Chi siamo","show-menu=chi",,"Chi siamo",1
,"Docenti","show-menu=docenti",,"Docenti",1
,"Attivitą","show-menu=attivita",,"Attivitą",1
,"Biblioteca","biblioteca.htm",,"Biblioteca",1
])


	
	addmenu(menu=["chi",,,120,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Organigramma","home.asp",,"Chi siamo",1
,"Presentazione","presentazione.htm",,"Chi siamo",1
])	
		
	addmenu(menu=["docenti",,,150,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Docenti AFA Ticino","docenti/",,"Docenti AFA Ticino",1
,"Docenti interaziendali","docenti/internazionalilist.asp",,"Docenti interaziendali",1

])

addmenu(menu=["attivita",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Attestato federale di specialista in assicurazione","http://www.csbancari.ch/Assicurazione/cc/af/presentazione.asp",,"Attestato federale di specialista in assicurazione",1
,"Intermediario assicurativo AFA","http://www.csbancari.ch/Assicurazione/cc/ia/presentazione.asp",,"Intermediario assicurativo AFA",1
,"La previdenza professionale","http://www.csbancari.ch/Assicurazione/cc/cp/presentazione.asp",,"La previdenza professionale",1

])

		
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file