_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="none";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=6;
offbgcolor="#BE1F24";
offcolor="#ffffff";
onbgcolor="#C43136";
oncolor="#ffffff";
padding=5;
separatorsize=1;
separatorcolor="#ffffff";
align="right";
subimage="images/red_menu_icon.gif";
itemwidth=231;
itemheight=28;
subimagepadding=6;
}

with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="bold";
fontweight="bold";
offcolor="#FFE6A7";
oncolor="#ffffff";
padding=3;
separatorsize=0;
align="right";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=5;
orientation="vertical";
style=menuStyle;
top=145;
aI("text=Home;url=index.html;");
aI("text=What's New!;url=drv1_news.html;");
aI("text=Controls and Pickups;url=drv1_products.html;");
aI("text=Testimonials;url=drv1_testimon1.html;");
aI("text=Guitar Blueprinting;url=drv1_wiring.html;");
aI("text=Vintage Parts Restoration;url=drv1_resto.html");
aI("text=Amplifiers and Effects;url=drv1_amps.html");
aI("text=Dr. Vintage White Papers;url=drv1_whitepapers.html");
aI("text=Dr. Vintage At The Shows;url=drv1_tradeshows.html");
aI("text=Contact Dr. Vintage;url=drv1_contact.html");
aI("text=Links - Friends of Dr. Vintage;url=drv1_links.html");
}

with(milonic=new menuname("Diabetes")){
style=submenuStyle;
aI("text=Adult;url=http://www.spamcop.net/;");
aI("text=Children;url=http://www.mimedefang.org/;");
}

drawMenus();

