
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=Multimedia Classrooms;url=multimedia_classrooms.htm");
aI("text=Services;showmenu=services;");
aI("text=Resources;showmenu=res;");
aI("text=Eastern Television;url=http://www.easternct.edu/easterntelevision/;target=_blank;");
aI("text=Eastern on iTunes U;url=http://www.easternct.edu/mediaservices/itunesu.htm;");
aI("text=Staff;url=media_staff.htm");
aI("text=FAQ;url=faq.htm");
aI("text=Media Services Home;url=index.html;");
}

with(milonic=new menuname("services")){
style=LeftMenueSubStyle;
overflow="scroll";

aI("text=Event Support;url=event_support.htm");
aI("text=Video Production Services;url=videoproductionservices.htm");
aI("text=Equipment Rental;url=equipment_rental.htm");
aI("text=Reservations/Delivery Services;url=reservation_delivery.htm");
aI("text=A/V Duplication/Conversion;url=duplication_conversion.htm");
aI("text=Video Encoding/Streaming;url=video_streaming.htm");
aI("text=Off-Air Video Recording Services;url=off_air_recording.htm");
aI("text=ECSU ViewPoint System;url=viewpoint_system.htm");
aI("text=Channel 22/SCOLA/ARTS Channel;url=http://www.easternct.edu/easterntelevision/channel_22.htm;target=_blank;");
aI("text=NLE Lab Support;url=lab_support.htm");
aI("text=Television Studio Support;url=television_studio.htm");
aI("text=CECE Facility;url=http://www.easternct.edu/cece/index.html;target=_blank;");
aI("text=MovieMaker Software Support;url=moviemaker_support.htm");
aI("text=Directional Signs;url=signs.htm");
aI("text=Banners;url=banner.htm");
aI("text=Large Format Signs;url=posters.htm");
aI("text=Lamination;url=Lamination.htm");
}

with(milonic=new menuname("res")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=Vendors Links;url=vendor.htm");
aI("text=Equipment Buyer's Links;url=purchase_guide.htm");
aI("text=Media Production Links;url=media_production.htm");
}

with(milonic=new menuname("channel")){
style=LeftMenueSubStyle;
overflow="scroll";
aI("text=About Channel 22;url=http://www.easternct.edu/easterntelevision/channel_22.htm;target=_blank;");
aI("text=Channel 22 Program Schedule;url=http://calendar.easternct.edu/default.aspx?type=private&view=Grid&category=49-0&range=currentmonth;target=_blank;");
}

drawMenus();

