


_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=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(XPMainStyle=new mm_style()){
onbgcolor="#F9EDB1";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="10";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimagepadding="2";
<!--offborder="1px solid #000000";
<!--onborder="1px solid #FFD40D";
}


with(XPMenuStyle=new mm_style()){
onbgcolor="#F9EDB1";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F9EDB1";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
image="xpblank.gif";
subimage="arrow.gif";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
top=61;
left=10;
alwaysvisible=1;
orientation="horizontal";
margin=1;
aI("text=Home;url=http://www.stanleysecuritysolutions.com/index.asp;status=Back To Home Page;");
aI("text=Products & Services;showmenu=PROD;");
aI("text=The Group;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=GROUP;");
//aI("text=Contact Us;url=http://www.stanleysecuritysolutions.com/search/zip.asp;");
aI("text=Contact Us;showmenu=CONTACTUS;")
aI("text=Trade Shows;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=TRADESHOWS;");
aI("text=Careers;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=CAR;");
//aI("text=Careers;url=http://jobs.brassring.com/en/asp/tg/cim_home.asp?partnerid=165&siteid=20;target=_blank;");
aI("text=Latest News;showmenu=NEWS;");
}

with(milonic=new menuname("PROD")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
//aI("text=Stanley® Wi-Q™ Wireless Technology;url=http://www.bestaccess.com/products/wiq.asp;");
//aI("text=Automatic Entrances;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=AE_PROD;");
aI("text=Mechanical Access Solutions;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=MA_PROD;");
aI("text=Convergent Security Solutions;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=SI_PROD;");
aI("text=Healthcare Solutions;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=PR_PROD;");
aI("text=Government Solutions;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=GOV;");
aI("text=Service Solutions;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=SERVICE;");
}

with(milonic=new menuname("NEWS")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=Press Releases;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=NEWS1;");
aI("text=Industry News;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=NEWS2;");
}

with(milonic=new menuname("CONTACTUS")){
style=XPMenuStyle;
overflow="scroll";
bgimage="winxp.gif";
margin=4;
aI("text=US - Agent Locator;url=http://www.stanleysecuritysolutions.com/search/zip.asp;");
aI("text=Canada;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=CANADA;");
aI("text=Worldwide Distributors;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=LOC_DIR;");
aI("text=Email Us;url=http://www.stanleysecuritysolutions.com/index.asp?Mode=CONTACTUS;");
}

drawMenus();