


_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="#8B5736";
oncolor="#FFFFFF";
offbgcolor="#FAF8D7";
//menubgimage="background_image.gif";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
onborder="1px solid #aaaaaa";
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.fluidedesign.com/arrow.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.4);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter='randomdissolve(duration=0.5)';
//outfilter="Fade(duration=0.4)";
outfilter='randomdissolve(duration=0.5)';
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=200;
left=18;
alwaysvisible=1;
//followscroll="1";
orientation="vertical";
hidediv="pdf";
//aI("image=http://www.fluidedesign.com/fluidelogo_menu.jpg");
aI("text=HOME;url=http://www.yoshukanmontreal.com/index4.htm;status=;");
aI("text=MEMBERS ONLY;url=http://www.yoshukanmontreal.com/members_only/members_only.html;status=;");
aI("text=INSTRUCTORS ONLY;url=http://www.yoshukanmontreal.com/instructors_only/instructors_only.html;status=;");
aI("text=LOCATIONS;url=http://www.yoshukanmontreal.com/locations.htm;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;");
aI("text=CONTACT US;url=http://www.yoshukanmontreal.com/contact.html;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;");
aI("text=FITNESS<br>CALCULATOR;url=http://www.yoshukanmontreal.com/bmr/Applet1.html;onfunction=showtip('');");
aI("text=VIDEOS;url=http://www.yoshukanmontreal.com/video.htm;onfunction=showtip('');");
aI("text=INSTRUCTORS;url=http://www.yoshukanmontreal.com/instructors.html;onfunction=showtip('');");
aI("text=MEMBERSHIP FEES;url=http://www.yoshukanmontreal.com/fees.html;");
aI("text=TRAINING<BR>SCHEDULE;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;url=http://www.yoshukanmontreal.com/schedule_05.html;status=;");
aI("text=BELT TESTING;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;url=http://www.yoshukanmontreal.com/belt_testing.html;onfunction=showtip('');status=;");
aI("text=STYLE HISTORY;url=http://www.yoshukanmontreal.com/style_history.html;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;status=;");
aI("text=EQUIPMENT;url=http://www.yoshukanmontreal.com/equipment.html;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;status=;");
aI("text=KARATE PHYSICS;url=http://www.yoshukanmontreal.com/karate_physics.html;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;status=;");
aI("text=GLOSSARY;url=http://www.yoshukanmontreal.com/karate_glossary.html;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;status=;");
aI("text=LINKS;url=http://www.yoshukanmontreal.com/links.html;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;status=;");
aI("text=FRAN&Ccedil;AIS;url=http://www.yoshukanmontreal.com/index-fr.html;onsubimage=http://www.fluidedesign.com/arrow_swap.gif;status=;");

//aI("text=FRAN&Ccedil;AIS;url=http://fluidedesign.com/francais/index.htm;fontsize=10px;status=French version of this site;");
}


drawMenus();

