
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(LeftMenueStyle=new mm_style()){	

	onclass="LeftMenueTextOn";

	offclass="LeftMenueTextOff";

	padding=2;

	itemwidth=195;

	 itemheight=23;

}


with( LeftMenueSubStyle=new mm_style() ){	

	onclass  = "LeftSubMenueon";

	offclass = "LeftSubMenueOff";

	subimagepadding = 10;

	padding  = 3;

	bordercolor = "#ACABAB";

	borderstyle = "solid";

	borderwidth = 1;

	separatoralign="left";

	separatorcolor="#16183E";

	separatorwidth="100%";

}

with(milonic=new menuname("Main Menu")){
style=LeftMenueStyle;
alwaysvisible=1;
orientation="vertical";

aI("text=General Information;showmenu=GEN;");
aI("text=Collections;showmenu=COL;");
aI("text=Connecticut Studies Home;url=index.html;");
}

with(milonic=new menuname("GEN")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Location;url=location.htm;");
aI("text=Hours;url=hours.htm;");
aI("text=Contact Information;url=contact.htm;");
}

with(milonic=new menuname("COL")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Manuscripts;url=manuscripts.htm;");
aI("text=Newspapers;url=newspapers.htm;");
aI("text=Vital Statistics;url=statistics.htm;");
aI("text=City Directories;url=city-directories.htm;");
aI("text=Maps;url=maps.htm;");
aI("text=Dissertations;url=dissertations.htm");
aI("text=Connecticut History;url=history.htm");
}

drawMenus();

