_scrollAmount=5      // Used for Netscape 4 scrolling
_scrollDelay=10	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
_subOffsetTop=-3;     // Sub menu offset Top position
_subOffsetLeft=-7;  // Sub menu offset Left position

Goverfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#FF03FF', Direction=135, Strength=5)"
Goutfilter="randomdissolve(duration=0.8)"

with(vertStyle=new mm_style()){
	onbgcolor = "#C80808";
	oncolor = "#FCCECE";
	offbgcolor = "#FCCECE";
	offcolor = "#C80808";
	bordercolor = "#FFFFFF";
	borderstyle = "solid";
	separatorcolor = "#F8C6C6";
	separatorsize = 1;
	separatorpadding = 0;
	padding = 5;
	borderwidth = 0;
	overfilter = "Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#C80808', Direction=135, Strength=2)";
	outfilter = "randomdissolve(duration=0.6)";
	fontsize = "10px";
	fontstyle = "normal";
	fontweight = "bold";
	fontfamily = "verdana";
	pagecolor = "#4A1BF5";
	pagebgcolor = "#AFFEDF";
	subimage = "menu/arrow_ros.gif";
}

with(milonic=new menuname("mainmenu")){
	followscroll=1;
	top =88;
	left =15;
	style = vertStyle;
	alwaysvisible = 1;
	margin=1;
	aI("text=BIOGRAFIA;target=_fPrincipale;url=profilo.htm");
	aI("text=FORMAZIONE;target=_fPrincipale;url=formazione.htm");
	aI("text=PROFESSIONE;target=_fPrincipale;url=professione.htm");
	aI("text=PUBBLICAZIONI;target=_fPrincipale;url=pubblicazioni.htm");
	aI("text=RICERCA;target=_fPrincipale;url=ricerca.htm");
	aI("text=CARICHE;target=_fPrincipale;url=cariche.htm");
	aI("text=LIBRI;showmenu=_libri;");
	aI("text=CONTATTI;target=_fPrincipale;url=contatto.htm");
	aI("text=GUESTBOOK;target=_blank;url=http://pub46.bravenet.com/guestbook/3915478179/");
	aI("text=LINKS;target=_fPrincipale;url=link.htm");
	aI("text=HOME;target=_fPrincipale;url=frame.htm");
}

with(milonic=new menuname("_libri")){		
	style = vertStyle;
	margin=1;
	aI("text=IL MODELLO DELLE PRESTAZIONI<br>INFERMIERISTICHE;target=_fPrincipale;url=libro1.htm");
	aI("text=GLI INFERMIERI NELLA RICERCA;target=_fPrincipale;url=libro2.htm");
}

drawMenus();