<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=270; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="#004080";
hdrBGColor="#F8BF24";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkFontColor="#004080";
linkBGColor="white";
linkOverBGColor="#FFFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=15; // no quotes!!
barText="ASP MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems[0]=["Atlantic Security Professionals", "", ""] //create header
ssmItems[1]=["About ASP", "http://atlanticsecuritypros.com/aboutus.htm", ""]
ssmItems[2]=["ASP Contact", "mailto:info@atlanticsecuritypros.com", "", , ""] //create two column row
ssmItems[3]=["ASP Services", "", ""] //create header
ssmItems[4]=["Private Investigation", "http://atlanticsecuritypros.com/privateeye.htm", ""]
ssmItems[5]=["Process", "http://atlanticsecuritypros.com/process.htm", ""]
ssmItems[6]=["Security", "http://atlanticsecuritypros.com/security.htm",""]
ssmItems[7]=["Service Rates & Fees Schedule", "http://atlanticsecuritypros.com/rates.htm", ""]
ssmItems[8]=["Atlantic Management Services", "", ""] //create header
ssmItems[9]=["AMS Training Division", "http://atlanticsecuritypros.com/amstraining.htm", ""]
ssmItems[10]=["AMS Contact", "mailto:info@atlanticsecuritypros.com", "", , ""]
ssmItems[11]=["Atlantic Youth Transport Services", "", ""] //create header
ssmItems[12]=["About AYTS", "http://atlanticsecuritypros.com/aboutayts.htm", ""]
ssmItems[13]=["AYTS Contact", "mailto:info@atlanticsecuritypros.com", "", , ""]
ssmItems[14]=["Request For Information", "http://atlanticsecuritypros.com/requestform.htm",""]
ssmItems[15]=["Directions", "http://atlanticsecuritypros.com/directions.htm", ""]
ssmItems[16]=["Return to ASP Home Page", "http://atlanticsecuritypros.com/",""]
 

buildMenu();

//-->