_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=5               	// Sub menu top offset
_subOffsetLeft=10            	// Sub menu left offset


with(AllImagesStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#003366";
offbgcolor="#003366";
offcolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
padding=8;
fontsize="70%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
fontweight="bold";
menualign="center";
screenposition="center";
}


with(itServicesStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#6699CC";
offbgcolor="#6699CC";
offcolor="#FFFFFF";
bordercolor="#211890";
borderstyle="solid";
borderwidth=0;
itemwidth=130;
separatorcolor="#DDC2B0";
separatorsize="0";
padding=5;
fontsize="65%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
//pagebgcolor="#0E185B";
headercolor="#000000";
headerbgcolor="#0E185B";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(ConsultingStyle=new mm_style()){
onbgcolor="#6699CC";
oncolor="#6699CC";
offbgcolor="#6699CC";
offcolor="#6699CC";
bordercolor="#211890";
borderstyle="solid";
borderwidth=0;
itemwidth=200;
separatorcolor="#DDC2B0";
separatorsize="0";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="black";
//pagebgcolor="#999999";
headercolor="#000000";
headerbgcolor="#0E185B";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#FFFFFF', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("AboutSSD")){
	style=itServicesStyle;
	overflow="scroll";
	aI("text=WHY SSD;url=why-ssd.aspx");
//	aI("text=MEET OUR TEAM;url=Team.aspx");
	aI("text=PRESS RELEASES;url=PressReleases.aspx");
	aI("text=PARTNERSHIPS;url=Partners.aspx");
}

with(milonic=new menuname("ITSolutions")){
	style=itServicesStyle;
	overflow="scroll";
	aI("text=MANAGED SERVICES;url=essentials.aspx");
	aI("text=NETWORK MANAGEMENT;url=network-management.aspx");
	aI("text=SECURITY;url=security.aspx");
	aI("text=TELEPHONY;url=telephony.aspx");
	aI("text=LAN/WAN DESIGN;url=lan.aspx");
	aI("text=CUSTOM SOFTWARE;url=software.aspx");
	aI("text=IT CONSULTING;url=consulting.aspx");

}

with(milonic=new menuname("HigherEdSolutions")){
	style=itServicesStyle;
	overflow="scroll";
	aI("text=AXIOM;url=axiom/index.aspx");
	
}

with(milonic=new menuname("SSDAcademy")){
	style=itServicesStyle;
	overflow="scroll";
	//aI("text=NEWSLETTER;url=newsletter.aspx");
	aI("text=WHITEPAPERS;url=whitepapers.aspx");
	aI("text=CASE STUDIES;url=case-studies.aspx");
	//aI("text=UPCOMING EVENTS;url=events.aspx");
	//aI("text=ANNOUNCEMENTS;url=announcements.aspx");
}

with(milonic=new menuname("FireDept")){
	style=itServicesStyle;
	overflow="scroll";
	aI("text=MESSENGER 911;url=messenger911.aspx");
	aI("text=MESSENGER 911 COUNTIES;url=messenger911-clients.aspx");

}

with(milonic=new menuname("TechnologyNews")){
	style=itServicesStyle;
	overflow="scroll";
	aI("text=TECHNOLOGY NEWS;url=technologynews.aspx");
//	aI("text=STOP SPAM NOW!;url=announcements.aspx#I.C.E."); rechanged on 2009/04/08 by VC
//	aI("text=WINDOWS SERVER NEWS;url=announcements.aspx#Exchange");
	
}

with(milonic=new menuname("ContactUs")){
	style=itServicesStyle;
	overflow="scroll";
	aI("text=SUBMIT A REQUEST;url=index.aspx");
	aI("text=REFERRAL PROGRAM;url=index.aspx");
}

drawMenus();
