<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=220; // no quotes!!
XOffset=80;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#0000FF";
menuIsStatic="Yes"; //this sets whether menu should stay static on the screen
menuWidth=140; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#3333FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#FFFFFF";
linkOverBGColor="#99999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#333366";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Open 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]=["PROS III Menu"] //create header
ssmItems[1]=["Press Releases", "press_rel.htm"]
ssmItems[2]=["PROS III Office", "http://www.urscorp.com/EGG_Division/contracts/id_iq/pros2.php"] 
ssmItems[3]=["Country Area", "https://secure.lsipros.com/FMSWEB"]
ssmItems[4]=["Vendor","","",1, "no"] //create two column row
ssmItems[5]=["Login ", "https://secure.lsipros.com/prosvendor/vendor", "",1]
ssmItems[6]=["Area (RFQ)","","",1, "no"] //create two column row
ssmItems[7]=["New Vendors", "rfqlogin.htm", "",1]
ssmItems[8]=["Enter PROMIS", "https://lsipros.com/promis/prosiii"]
ssmItems[9]=["LSI Corporate", "http://www.learinc.com"]
ssmItems[10]=["Contact us", "mailto:vicki_stringer@learinc.com?subject=Request for Information"]
buildMenu();

//-->
