<!--

/*
Static Slide Menu Configuration Code
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=15 // no quotes!!
waitTime=130; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#003366";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana, Arial, Helvetica, Geneva, sans serif";
hdrFontSize="0";
hdrFontColor="#003366";
hdrBGColor="#003366";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#003366";
linkOverBGColor="#003366";
linkTarget="_top";
linkAlign="Left";
barBGColor="#999999";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="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]=[" ","",""] //create header
ssmItems[1]=["  Home ", "index.shtml", ""]
ssmItems[2]=[" ","",""]
ssmItems[3]=["  Web Design", "web_design.shtml", ""]
ssmItems[4]=[" ","",""]
ssmItems[5]=["  Logo Design", "logo_design.shtml", ""]
ssmItems[6]=[" ","",""]
ssmItems[7]=["  Rates", "rates.shtml", ""]
ssmItems[8]=[" ","",""]
ssmItems[9]=["  FAQ", "faq.shtml", ""]
ssmItems[10]=[" ","",""]
ssmItems[11]=["  Technical Help", "technical.shtml", ""]
ssmItems[12]=[" ","",""]
ssmItems[13]=["  Join Us", "jobs.shtml", ""]
ssmItems[14]=[" ","",""]
ssmItems[15]=["  Contact Us", "contact.shtml", ""]
ssmItems[16]=[" ","",""]
ssmItems[17]=["  Legal Info", "legal.shtml", ""]
ssmItems[18]=[" ","",""]

buildMenu();

//-->