


_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="#FFA824";
oncolor="#000000";
offbgcolor="#660033";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=250;
left=10;
alwaysvisible=1;
followscroll="1";
orientation="vertical";
aI("text=Home;url=index.html;status=index.html;");
aI("text=Breast Enlargement;showmenu=Product;");
aI("text=FAQs;showmenu=FAQs;");
aI("text=Testimonials;showmenu=Testimonials;");
aI("text=Links;showmenu=Links;");
aI("text=About US;url=about-us.html;status=about-us.html;");
}

with(milonic=new menuname("Product")){
style=menuStyle;
borderwidth=1;
overflow="scroll";
aI("text=Product;url=product.html;");
}
with(milonic=new menuname("FAQs")){
style=menuStyle;
aI("text=Frequently Asked Questions;url=faq.html;");

}

with(milonic=new menuname("Testimonials")){
style=menuStyle;

aI("text=Customer Testimonials;url=testimonials.html;");
}

with(milonic=new menuname("Links")){_c=1 
style = menuStyle; 
overflow="scroll"; 

aI("text=Our Link Partners;url=resource1.html;"); 
}



with(milonic=new menuname("AboutUS")){
style=menuStyle;
margin=5;


}

drawMenus();

