

_menuCloseDelay=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset


with(menuStyle=new mm_style()){
borderwidth=0;
padding=0;
separatorsize="0";
separatorcolor="0";
fontsize="75%";
fontstyle="normal";
fontweight="bold";
}

with(subStyle=new mm_style()){
onbgcolor="#981200";
oncolor="#ffffff";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="#EDAB77";
borderstyle="solid";
borderwidth=1;
separatorsize="0";
padding=2;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
headerbgcolor="#FDAB47";
overfilter="gradientwipe(size=1.00, wipestyle=1, motion=Forward, duration=0.5);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="fade(overlap=1.00, duration=0.6)";
}

with(milonic=new menuname("face")){
style=subStyle;
position="absolute";
aI("text=<b>FACE</b>;type=header;");
aI("text=&nbsp;Botox&nbsp;;url=botox.htm;status=Botox;");
aI("text=&nbsp;Browlift&nbsp;;url=brow-lift.htm;status=Browlift;");
aI("text=&nbsp;Chemical Peel&nbsp;;url=chemical-pee.htm;status=Chemical Peel;");
aI("text=&nbsp;Chin Implant&nbsp;;url=chin-implant.htm;status=Chin Implant;");
aI("text=&nbsp;Collagen Injection&nbsp;;url=collagen-injection.htm;status=Collagen Injection;");
aI("text=&nbsp;Dermabrasian&nbsp;;url=dermabrassion.htm;status=Dermabrasian;");
aI("text=&nbsp;Eyelid Surgery&nbsp Lower;;url=eyelid-surgery-lower.htm;status=Eyelid Surgery Lower;");
aI("text=&nbsp;Eyelid Surgery&nbsp Upper;;url=eyelid-surgery-upper.htm;status=Eyelid Surgery Upper;");
aI("text=&nbsp;Face Lift&nbsp;;url=face-lift.htm;status=Face Lift;");
aI("text=&nbsp;Fat Transplantation&nbsp;;url=fat-transplantation.htm;status=Fat Transplantation;");
aI("text=&nbsp;Laser Skin Resurfacing&nbsp;;url=laser-skin-resurfacing.htm;status=Laser Skin Resurfacing;");
aI("text=&nbsp;Lip Augmentation&nbsp;;url=lip-augumentation.htm;status=Lip Augmentation;");
aI("text=&nbsp;Neck Lift&nbsp;;url=neck-lift.htm;status=Neck Lift;");
aI("text=&nbsp;Nose Surgery&nbsp;;url=nose-surgery.htm;status=Nose Surgery;");
}

with(milonic=new menuname("breast")){
style=subStyle;
position="absolute";
aI("text=<b>BREAST</b>;type=header;");
aI("text=&nbsp;Breast Enlargement&nbsp;;url=breast-enlargement.htm;status=Breast Enlargement;");
aI("text=&nbsp;Breast Lift&nbsp;;url=breast-lift.htm;status=Breast Lift;");
aI("text=&nbsp;Breast Reconstruction&nbsp;;url=breast-reconstruction.htm;status=Breast Reconstruction;");
aI("text=&nbsp;Breast Reduction Female&nbsp;;url=breast-reduction-female.htm;status=Breast Reduction Female;");
aI("text=&nbsp;Breast Reduction Male&nbsp;;url=breast-reduction-male.htm;status=Breast Reduction Male;");
}

with(milonic=new menuname("body")){
style=subStyle;
position="absolute";
aI("text=<b>BODY</b>;type=header;");
aI("text=&nbsp;Abdominoplasty&nbsp;;url=abdominoplasty.htm;status=Abdominoplasty;");
aI("text=&nbsp;Arm Lift&nbsp;;url=arm-lift.htm;status=Arm Lift;");
aI("text=&nbsp;Laser Hair Removal&nbsp;;url=laser-hair-removal.htm;status=Laser Hair Removal;");
aI("text=&nbsp;Liposuction&nbsp;;url=liposuction.htm;status=Liposuction;");
}

with(milonic=new menuname("other")){
style=subStyle;
position="absolute";
aI("text=<b>OTHER</b>;type=header;");
aI("text=&nbsp;Ear Plastic Surgery&nbsp;;url=ear-plastic-surgery.htm;status=Ear Plastic Surgery;");
aI("text=&nbsp;Hair Replacement&nbsp;;url=hair-replacement.htm;status=Hair Replacement;");
aI("text=&nbsp;Scar Revision&nbsp;;url=scar-revision.htm;status=Scar Revision;");
aI("text=&nbsp;Tatoo Removal&nbsp;;url=tatoo-removal.htm;status=Tatoo Removal;");
}

drawMenus();


