//Lindenhof Menu v2.00

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyleMenu=new mm_style()){
offcolor="#000000";
bgimage="images/tableau_background.jpg";
oncolor="#FF0000";
onbgcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
bordercolor="black";
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=5;
imagepadding=5;
subimage="images/menu/on_downboxed.gif";
high3dcolor="";
low3dcolor="#000000";
pagecolor="#FF0000";
headercolor="#000000";
headerbgcolor="#CEEF8C";
separatorcolor="#000000";
}

with(menuStyle=new mm_style()){
offcolor="#5D5D5D";
offbgcolor="#FFFFFF";
oncolor="#FF0000";
onbgcolor="#ACC0DB";
fontsize=12;
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=5;
margin = 3;
subimage="images/menu/on_greyboxed.gif";
high3dcolor="";
low3dcolor="#000000";
pagecolor="#FF0000";
headercolor="#000000";
headerbgcolor="#000000";
separatorcolor="#FFFFFF";
borderstyle="solid";
bordercolor="#000000";
borderwidth=1;
}

with(milonic=new menuname("Presentation")){
itemwidth=140;
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text=Les associés;image=images/menu/on_symbol.gif;url=associes.php;;status=Associes")
aI("text=L'historique;image=images/menu/on_symbol.gif;url=historique.php;;status=Historique")
aI("text=Nos photos;image=images/menu/on_symbol.gif;showmenu=Photos;separatorsize=1;")
aI("text=Nos vidéos;image=images/menu/on_symbol.gif;showmenu=Videos;separatorsize=1;")
}

with(milonic=new menuname("Divers")){
itemwidth=140;
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text= Notre livre d'or;image=images/menu/on_symbol.gif;url=livredor.php;;status=Livre d or")
aI("text= Nos partenaires;image=images/menu/on_symbol.gif;url=partenaires.php;;status=Partenaires")
aI("text= Plans d'accès;image=images/menu/on_symbol.gif;url=plansdacces.php;;status=Plans d acces")
}

with(milonic=new menuname("Photos")){
itemwidth=180;
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text= La construction;image=images/menu/on_symbol.gif;url=photos_construction.php;;status=Construction")
aI("text= Portes ouvertes 2004;image=images/menu/on_symbol.gif;url=photos_portes04.php;;status=Portes ouvertes 2004")
aI("text= Degustha&reg; 2007;image=images/menu/on_symbol.gif;url=photos_degustha07.php;;status=Degustha 2007")
aI("text= Degustha&reg; 2008;image=images/menu/on_symbol.gif;url=photos_degustha08.php;;status=Degustha 2008")
}

with(milonic=new menuname("Videos")){
itemwidth=200;
borderwidth=1;
style=menuStyle;
alignment="left";
aI("text= Reportage Rund Um 2007;image=images/menu/on_symbol.gif;url=videos_rundum07.php;;status=Reportage Rund Um 2007")
aI("text= Degustha&reg; 2007;image=images/menu/on_symbol.gif;url=videos_degustha07.php;;status=Degustha 2007")
}

drawMenus();
