


_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=0               // Sub menu top offset
_subOffsetLeft=0            // 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="#93A78F";
oncolor="#ffffff";
offbgcolor="#FAFAFA";
offcolor="#515151";
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=0;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#E0E0E0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
}

with(Whoweare=new mm_style()){
onbgcolor="#B0D1DA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#515151";
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#E0E0E0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="graphics/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(Whatwedo=new mm_style()){
onbgcolor="#B0D1DA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#515151";
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#E0E0E0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="graphics/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(Team=new mm_style()){
onbgcolor="#B0D1DA";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#515151";
bordercolor="#C0C0C0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C0C0C0";
separatorsize="1";
padding=3;
fontsize="100%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#E0E0E0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="graphics/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Whoweare")){
style=Whoweare;
overflow="scroll";
aI("text=Who we are;url=http://www.access-medical.com/Who_We_Are.asp?ID=1;");
aI("text=Who we work with;url=http://www.access-medical.com/Who_We_Work_with.asp?ID=1;");
aI("text=Letter from the president&nbsp;url=http://www.access-medical.com/Letter_from_President.asp?ID=1;");
aI("text=Values;url=http://www.access-medical.com/Values_Card.asp?ID=1;");
}

with(milonic=new menuname("Whatwedo")){
style=Whatwedo;
overflow="scroll";
//aI("text=Clinical Research&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=http://www.access-medical.com/Clin_Research.asp?ID=2&type=1;");
//aI("text=CME/CE;url=http://www.access-medical.com/CME_CE.asp?ID=2&type=2;");
aI("text=Medical Content;url=http://www.access-medical.com/Medical-Content.asp?ID=2&type=5;");
aI("text=Meeting Planning;url=http://www.access-medical.com/Meeting-Planning.asp?ID=2&type=6;");
aI("text=Digital Media;url=http://www.access-medical.com/Digital-Media.asp?ID=2&type=7;");
}

with(milonic=new menuname("Team")){
style=Team;
overflow="scroll";
aI("text=Management Team&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=http://www.access-medical.com/ACCESS_Team.asp?ID=3");
aI("text=Careers;url=http://www.access-medical.com/Careers.asp?ID=3");
}


drawMenus();

