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


with(menuStyle=new mm_style())
{//menu principal
itemheight="14";
onbgcolor="#336699";
oncolor="#ff9900";			//texte survolé
offbgcolor="#336699";
offcolor="#ffffff";			//texte normal
//bordercolor="#336699";
//borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="1";
separatorheight="18";
padding=3;
fontsize="90%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="ff9900";
pagebgcolor="#336699";
headercolor="#000000";
headerbgcolor="#336699";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style())
{//sous menu
itemheight="18";
onbgcolor="#ffffff";
oncolor="#336699";			//texte survolé
offbgcolor="#ffffff";
offcolor="#000000";			//texte normal
//bordercolor="#CCCCCC";
//borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=3;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ff9900";
pagebgcolor="#ffffff";//"#f3f4f8";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";	//
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
//outfilter="randomdissolve(duration=0.1)";
}

with(milonic=new menuname("btn1"))
{//Viens et vois
style=submenuStyle;
overflow="scroll";
aI("text=Mgr Pican, Santier, Boishu fevrier 2005;url=index.php?type=1_2");
aI("text=Mgr PICAN 6 juin 2006;url=index.php?type=1_3");
aI("text=Mgr PICAN 17 juillet 2006;url=index.php?type=1_4");
}

with(milonic=new menuname("btn2"))
{//Maisons
style=submenuStyle;
aI("text=Lettre ouverte;url=http://paindevie.net/Pingault/LettreEveques_24%20Juin_2006%20Pascal%20Pingault%20Paindevie.pdf");
}

with(milonic=new menuname("btn3"))
{//publications
style=submenuStyle;
aI("text=Circulaire janvier 2007;url=index.php?type=3_4");
}

drawMenus();

