


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // 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(menuStyle=new mm_style()){
onbgcolor="blue";
oncolor="#ffffff";
offbgcolor="#FFFFFF";
offcolor="blue";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.4);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter = "randomdissolve(duration=0.3)"; 
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=80;
left=30;
alwaysvisible=1;
orientation="vertical";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=BOXE;showmenu=boxe;");
aI("text=Louise Provencher;showmenu=Louise;");
aI("text=DYNOBOXE (TAE BO);showmenu=Dynoboxe;");
aI("text=External Links;showmenu=Links;");
aI("text=Contact Us;url=contact.htm;status=Contact;");
aI("text=Français;url=http://dynoboxe.com/francais/index.htm;status=Site en francais;");
}

with(milonic=new menuname("Dynoboxe")){
style=menuStyle;
overflow="scroll";
aI("text=The Video Cassette;url=cassette.htm");
aI("text=Dynoboxe for Health;url=cardio.htm;");

}

with(milonic=new menuname("boxe")){
style=menuStyle;
overflow="scroll";
aI("text=Videos/Photos;url=video.htm");
aI("text=Technical / Olympic Boxing;url=technical.htm;");
aI("text=Our Schedule and Fees;url=schedule.htm;");
}

with(milonic=new menuname("Louise")){
style=menuStyle;
aI("text=History;url=history.htm;status=Histoire - Louise Provencher;");
aI("text=Photos;url=photos.htm;status=Photos - Louise Provencher;");
aI("text=Videos;url=videos.htm;status=Videos - Louise Provencher;");
}

with(milonic=new menuname("Links")){
style=menuStyle;



aI("text=FQBO (Quebec Boxing Federation);url=http://www.fqbo.qc.ca/;status=FBQO;");
aI("text=www.lazonedeboxe.com;url=http://www.lazonedeboxe.com;status=La zone de boxe;");
aI("text=Boxing Canada;url=http://www.boxing.ca;status=CABA;");
aI("text=Yoshukan Montreal;url=http://www.yoshukanmontreal.com/;status=Yoshukan Montreal;");
aI("text=Karate Quebec;url=http://www.karatequebec.com/;status=Karate Quebec;");
}


drawMenus();

