_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=0              // Sub menu top offset
_subOffsetLeft=-1             // 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="#000000";
oncolor="#8CACD1";
//offbgcolor="#ffffff";
offcolor="#ffffff";
bordercolor="#6F706F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=1;
fontsize="15px";
fontweight="normal";
fontfamily="Verdana";
//pagecolor="black";
//pagebgcolor="#ffffff";
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=172;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=./;subimage=;borderwidth=0;separatorsize=0;");
aI("text=&nbsp;&nbsp;|&nbsp;&nbsp;subimage=;separatorsize=0;");
aI("text=GENERAL INFORMATION;showmenu=areas;url=general_information.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;|&nbsp;&nbsp;subimage=;separatorsize=0;");
aI("text=RESOURCES;url=resources.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;|&nbsp;&nbsp;subimage=;separatorsize=0;");
aI("text=NEWS;url=news.html;subimage=;separatorsize=0;");
aI("text=&nbsp;&nbsp;|&nbsp;&nbsp;subimage=;separatorsize=0;");
aI("text=BLOG;url=http://www.cruiseshipsexualassaultblog.com/;subimage=;separatorsize=0;");
// aI("text=&nbsp;&nbsp;|&nbsp;&nbsp;subimage=;separatorsize=0;");
// aI("text=FORUM;url=http://www.attorneysonlineincpreview.com/hickey/forum;target=_blank;subimage=;separatorsize=0;");
}
	with(menuStyle1=new mm_style()){
onbgcolor="#01058B";
oncolor="#ffffff";
offbgcolor="#8CACD1";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=2;
separatorcolor="#333333";
separatorsize="1";
padding=4;
fontsize="13px";
fontweight="bold";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#6D94C1";
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("areas")){
	style=menuStyle1;
	aI("text=Costa Concordia Accident Information;url=costa_concordia_accident_information.html;")
	aI("text=Sexual Assault;url=sexual_assault.html;");
	aI("text=Guide for Victims of Assault;url=victims_assault_guide.html;");
	aI("text=Support;url=support.html;");
	aI("text=Prevention;url=prevention.html;");
	aI("text=Statutory Rape;url=statutory_rape.html;");
	aI("text=Guide for Victims of Statutory Rape;url=victims_statutory_rape_guide.html;");
	
	
	
	}
	



		//with(milonic=new menuname("Class Actions")){
		//style=menuStyle;
		//aI("text=Class Actions FAQ;url=faq.html;");
		//}


drawMenus();

