
_menuCloseDelay=100          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // The time delay before menus open on mouse over
_followSpeed=5               // Follow scrolling speed
_followRate=50               // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // 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="#1970B9";
oncolor="#D8EDFF";
offbgcolor="#1970B9";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A5BCCC";
separatorsize=0;
padding=0;
fontsize=10;
fontstyle="normal";
fontweight="bold";
fontfamily="arial, helvetica, sans-serif";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding=0;
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#C7AC81";
oncolor="#000000";
offbgcolor="#414242";
offcolor="#FFFFFF";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CCCCCC";
separatorsize=1;
padding=4;
fontsize=11;
fontstyle="bold";
fontfamily="arial, helvetica, sans-seri";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimagepadding=0;
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color='#777777', Direction=50, Strength=0)";
outfilter="";
}

with(milonic=new menuname("government")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 
aI("text=Intrusion Systems;url=intrusion_system.php;");
aI("text=Fire & Life Safety;url=fire_life.php;");
aI("text=Access Control;url=gov_access_control.php;");
aI("text=CCTV Surveillance;url=cctv_surveillance.php;");
aI("text=System Integration;url=system_integration.php;");
aI("text=Certifications;url=certifications.php;");
}

with(milonic=new menuname("systems")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135;  
aI("text=Burglar;url=burglar.php;");
aI("text=Fire;url=fire.php;");
aI("text=Intercom;url=intercom.php;");
aI("text=Central Vacuum;url=central_vacuum.php;");
aI("text=Home Automation;url=home_automation.php;");
aI("text=Manufacturers;url=systems_manufacturers.php;");
}

with(milonic=new menuname("audio")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 
aI("text=Home Theater;url=home_theater.php;");
aI("text=Built-in Speakers;url=speakers.php;");
aI("text=Stereos / Big Screens;url=stereos.php;");
aI("text=Closed Circuit TV;url=cc_tv.php;");
aI("text=Manufacturers;url=audio_manufacturers.php;");
}

with(milonic=new menuname("electrical")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 
aI("text=Commercial;url=elec_commercial.php;");
aI("text=Design Build;url=elec_designbuild.php;");
aI("text=Integration;url=elec_integration.php;");
aI("text=Services;url=elec_services.php;");
aI("text=Residential;url=elec_residential.php;");
aI("text=Automation;url=elec_automation.php;");
}

with(milonic=new menuname("gallery")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=135; 
aI("text=Residential;url=gallery_residential.php;");
aI("text=Commercial;url=gallery_commercial.php;");
aI("text=Project Experience;url=experience.php;");
}

with(milonic=new menuname("experience")){
style=menuStyle2;
borderwidth=0;
bordercolor="#FFFFFF";
itemwidth=110; 
aI("text=Washington;url=experience_washington.php;");
aI("text=Idaho;url=experience_idaho.php;");
aI("text=Montana;url=experience_montana.php;");
aI("text=Oregon;url=experience_oregon.php;");
}
	with(milonic=new menuname("company")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=130; 
	aI("text=20 Year History;url=20_year_history.php;");
	aI("text=Facility;url=facility.php;");
	aI("text=Employees;url=employees.php;");
	aI("text=Business Culture;url=business_culture.php;");
	aI("text=NW Business Licenses;url=nw_business_licenses.php;");
	}
	
	with(milonic=new menuname("downloads")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=130; 
	aI("text=Product Sales;url=drivers.php;");
	aI("text=Product Information;url=product_info.php;");
	aI("text=Technical Manuals;url=technical_manuals.php;");
	}
	
	with(milonic=new menuname("employment")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=130; 
	aI("text=Opportunities;url=opportunities.php;");
	aI("text=Application;url=application.php;");
	}
	
	with(milonic=new menuname("links")){
	style=menuStyle2;
	borderwidth=0;
	bordercolor="#FFFFFF";
	itemwidth=130; 
	aI("text=Honeywell;url=http://www.honeywell.com/;target=_blank;");
	aI("text=Pelco;url=http://www.pelco.com/;target=_blank;");
	aI("text=Fargo;url=http://www.fargo.com/local.cfm;target=_blank;");
	aI("text=Axis;url=#;");
	}
drawMenus();

