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


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#352417";
offcolor="#ffffff";
onbgcolor="#ffacac";
onborder="1px solid #999999";
oncolor="#000000";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#f0dedd";
pagecolor="#000000";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#b7867a";
//onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
pagebgcolor="transparent";
pagecolor="#8b4e3f";
//pageimage="/images/Image/onimage.gif";
separatoralign="center";
separatorcolor="#b7867a";
separatorwidth="2";
separatorheight="16";
separatorpadding=10;
separatorsize="2";
//subimage="/images/Image/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			aI("text=Morning After Pill;url=/pill.php;");
			aI("text=Abortion;url=/abortion.php;");
			aI("text=Adoption;url=/adoption.php;");
			aI("text=Parenting;url=/parenting.php;");
			}
		
	
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			aI("text=Services;url=/services.php;");
			aI("text=A Typical Appointment;url=/typical.php;");
			aI("text=Staff and Volunteers;url=/staff.php;");
			aI("text=Virtual Tour and Directions;url=/tour.php;");
			aI("text=Our Patient Promise;url=/promise.php;");
			}
				
		with(milonic=new menuname("nav3")){
			style=subStyle;
			aI("text=For Family;url=/family.php;");
			aI("text=For Friends;url=/friends.php;");
			aI("text=For Guys;url=/guys.php;");
			
			}
			
		with(milonic=new menuname("nav4")){
			style=subStyle;
			aI("text=Real Stories;url=/real.php;");
			aI("text=Are you stuck?;url=/stuck.php;");
			aI("text=A Way to Get Better;url=/way.php;");
			
			}

			
		
			
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="10px";
			valign="top";

			aI("text=Home;url=/index.php;");
			aI("text=Positive Home Test;url=/test.php;");
			aI("text=Decisions;showmenu=nav1;");
			aI("text=What To Expect;showmenu=nav2;");
			aI("text=Patient Stories;url=/stories.php;");		
			aI("text=How to Help Her;showmenu=nav3;");
			aI("text=After an Abortion;showmenu=nav4;");
			aI("text=Contact & Directions;url=/contact.php;");

			
		

		}




drawMenus();



