
_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=50                // 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="#B3CFDF";
oncolor="#5F6F93";
offbgcolor="#5F6F93";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5F6F93";
separatorsize="1";
padding=5;
fontsize="9pt";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#B3DFC3";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/blue_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;
itemwidth="150px";
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=http://www.prospermeniere.com/prosper_default.asp;status=Back To Home Page;");
aI("text=Find a Physician;url=../prosper_docs.asp;");
aI("text=Membership;url=../prosper_member.asp;");
aI("text=Board Members;url=../prosper_board.asp;");
aI("text=Awards;url=../prosper_awards.asp;");
aI("text=Web Links;url=../prosper_links.asp;");
aI("text=Contact Us;url=../prosper_contact.asp;");
}

with(milonic=new menuname("conference")){
style=menuStyle;
aI("text=2006 Conference;url=../conferences/prosper06.pdf;target=new;");
aI("text=Registration Form;url=../conferences/prosperReg06.pdf;target=new;");
aI("text=2003 Conference;url=../prosper_conference.asp;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

drawMenus();

