<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
/* ctv Nov 11, 04  changed YOffset from 160 to 220 */
YOffset=220; // 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="blue";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
//barBGColor="#444444";
barBGColor="#170088";
barFontFamily="Tahoma";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=15; // no quotes!!
// the barText was "SIDE MENU", replaced with icon
//barText="<IMG src='/inwds/images/home4.gif'></IMG>"; // <IMG> tag supported. Put exact html for an image to show.
//barText="<IMG src='/inwds/images/home4.gif'></IMG><br>M<br>e<br>n<br>u"; 
barText="Slide Menu"; 

//////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
//ssmItems[0]=["Side Menu"] //create header
ssmItems[0]=["<IMG src='/inwds/images/home4.gif' border='0'></IMG>&nbsp;Home", "javascript:navAction('af/appHome.w')", "", 1, "no"]
ssmItems[1]=["<IMG src='/inwds/images/exit2.gif' border='0'></IMG>&nbsp;Logout", "javascript:AppLogOut('logout')","", 1]
ssmItems[2]=["<IMG src='/inwds/images/binoculars.gif' border='0'></IMG>&nbsp;View Your Cart", "javascript:navAction('oe/ShoppingCart.w')",""]
ssmItems[3]=["<IMG src='/inwds/images/icn_cart2.gif' border='0'></IMG>&nbsp;Cart Quick Add", "javascript:popcart('../oe/oeNewCart.w')",""]
ssmItems[4]=["<IMG src='/inwds/images/arrowrightnav.gif' border='0'></IMG>&nbsp;Cart Checkout", "javascript:navAction('oe/confirmcust.w')",""]
ssmItems[5]=["<IMG src='/inwds/images/print01.gif' border='0'></IMG>&nbsp;Print this page", "javascript:window.print()", ""] //create two column row
ssmItems[6]=["<IMG src='/inwds/images/letter.gif' border='0'></IMG>&nbsp;Contact support", "javascript:popContact()", ""]
ssmItems[7]=["<IMG src='/inwds/images/fol_b.gif' border='0'></IMG>&nbsp;Hide this menu", "javascript:sidemenuShow('hide')",""]
buildMenu();

//-->
