<!--

/*
6.5 Original ECWS as Uploaded 5/28/2002 mdb
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20// no quotes!!
waitTime=150; // 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=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="Center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=40; // no quotes!!
barText=">  SLIDE OUT 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]=["Menu"] //create header
ssmItems[1]=["Products", "",""]
ssmItems[2]=["", "", ""]
ssmItems[3]=["WorkStation Components", "products.htm",""]
ssmItems[4]=["Complete WorkStations", "products2.htm",""]
ssmItems[5]=["VR&3D&nbsp;Photo Products", "P3products.htm", ""]
ssmItems[6]=["Shopping&nbsp;Cart","http://www.aitsafe.com/cf/review.cfm?userid=4585954", ""]

ssmItems[7]=["Info", "", ""]

ssmItems[8]=["Assistive&nbsp;Technology", "assistive.htm", ""] 
ssmItems[9]=["Photo&nbsp;Gallery", "photos.htm", ""] 
ssmItems[10]=["PDF Brochures", "order.htm#Brochures", ""]
ssmItems[11]=["Site Map ", "sitemap.htm ", ""]
ssmItems[12]=["HOME", "index.htm", ""]
ssmItems[13]=["FAQ", "faq.htm#faq", ""] //create header
ssmItems[14]=["Links", "faq.htm#links", ""]
ssmItems[15]=["Terms", "order.htm#terms", ""]
ssmItems[16]=["Info Request", "order.htm#Request", ""]
ssmItems[17]=["Email Us","mailto:mdbailey@easychairworkstation.com", ""]
ssmItems[18]=[" ", "", ""]
buildMenu();

//-->
