_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="#838383";
oncolor="#F49E4C";
offbgcolor="#838383";
offcolor="#FFFFFF";
bordercolor="#070707";
borderstyle="solid";
borderwidth=0;
separatorcolor="white";
//separatorstyle="dotted";
separatorsize="1";
padding=4;
fontsize="11px";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#838383";
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=44;
center=0;
alwaysvisible=1;
orientation="horizontal";
aI("image=images/services_n.jpg;overimage=images/services_r.jpg;showmenu=services;url=services.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/software_n.jpg;overimage=images/software_r.jpg;url=software.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/about_r.jpg;overimage=images/about_r.jpg;showmenu=aboutus;url=aboutus.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/news_n.jpg;overimage=images/news_r.jpg;url=news_events.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/resource_n.jpg;overimage=images/resource_r.jpg;url=resources.html;subimage=;borderwidth=0;separatorsize=0;");
aI("image=images/contact_n.jpg;overimage=images/contact_r.jpg;showmenu=contactus;url=contactus.html;subimage=;borderwidth=0;separatorsize=0;");

}
	with(milonic=new menuname("services")){
	style=menuStyle;
	aI("text=Overview;url=services.html;");
	aI("text=CAFM/IWMS Solutions;url=cafm.html;showmenu=services1;");
	aI("text=CAD Solutions;url=cad.html;");
	aI("text=Document Management;url=doc_manage.html;");
	aI("text=Room Scheduling;url=room_scheduling.html;");
	aI("text=CAD<sub>2</sub>CAFM;url=cad2cafm.html;");

	}
	
	with(milonic=new menuname("services1")){
	style=menuStyle;
	aI("text=Healthcare;url=healthcare.html;");
	
	}

	with(milonic=new menuname("aboutus")){
	style=menuStyle;
	aI("text=Overview;url=aboutus.html;");
	aI("text=Our Team;url=our_team.html;");
	aI("text=Industry Knowledge;url=industry_know.html;");
	aI("text=Our Clients;url=our_client.html;");
	aI("text=Tecton Architects, Inc.;url=tecton.html;");
	}
	
			with(milonic=new menuname("contactus")){
	style=menuStyle;
	aI("text=Contact Us;url=contactus.html;");
	aI("text=Careers;url=careers.html;");
	aI("text=Directions;url=directions.html;");

	}
drawMenus();