﻿_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=8             // décalage vertical ou horizontal du sous-menu
_subOffsetLeft=0         	// décalage laterale du sous-menu



with(menuStyle=new mm_style()){
onbgcolor="black";					//couleur de survol des cellules
oncolor="white";					//couleur de survol du texte
offbgcolor="#707070";				//couleur de fond de cellule
offcolor="white";					//couleur de texte
bordercolor="white";				//couleur de contour du bloc de cellules
borderstyle="solid";
borderwidth="0";
separatorcolor="white";
separatorsize="15";
padding="6";							//hauteur des cellules
fontsize="11";
fontstyle="bold";
fontweight="bold"
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="white";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="2";
submenubgcolor="#707070";
//menubgimage="imgs/fonds/fd_menu.jpg";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=90, Strength=0)";
outfilter="randomdissolve(duration=0.5)";
}

with(SubmenuStyle=new mm_style()){
onbgcolor="black";					//couleur de survol des cellules
oncolor="white";					//couleur de survol du texte
offbgcolor="#707070";				//couleur de fond de cellule
offcolor="white";					//couleur de texte
bordercolor="white";				//couleur de contour du bloc de cellules
borderstyle="solid";
borderwidth="1";
separatorcolor="black";
separatorsize="1";
padding="4";							//hauteur des cellules
fontsize="10";
fontstyle="bold";
fontweight="bold"
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#707070";
pagebgcolor="white";
headercolor="#FFFFFF";
headerbgcolor="#ffffff";
subimage="menu/arrow.gif";
subimagepadding="6";
overfilter="Fade(duration=0.6);Alpha(opacity=80);Shadow(color='#FFFFFF', Direction=90, Strength=0)";
outfilter="randomdissolve(duration=0.4)";
}
 with(milonic=new menuname("Main Menu")){
        style=menuStyle;
         top=0;
         left=0;
         alwaysvisible=2;
         orientation="horizontal";
         position="relative";

aI("text=Home;url=index.htm;status=Home;");
aI("text=Accommodation;url=default.htm;status=Accommodation;");
aI("text=Loudun;url=loudun.htm;status=Loudun");
aI("text=Tourism;showmenu=tourism;status=Tourism");
aI("text=How to get here;url=how_to.htm;status=How to get here");
aI("text=Prices;url=contact_prices.php;status=Prices");
aI("text=Contact;url=contact_prices.php#contact;status=Contact");
aI("text=Guestbook;url=guestbook.htm;status=Guestbook");

}
with(milonic=new menuname("tourism")){
style=SubmenuStyle;
overflow="scroll";
aI("text=Places to visit;url=place_to_visit.htm;=Places to visit;");
aI("text=Things to do;url=think.htm;status=Things to do;");


		}
			
drawMenus();
