<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=216; // no quotes!!
XOffset=10;
staticYOffset=30; // no quotes!!
slideSpeed=25 // no quotes!!
waitTime=600; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="gray";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="#FFFF99";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#CDC4BF";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="sans-serif";
barFontSize="1";
barFontColor="#FFFF99";
barVAlign="center";
barWidth=13; // 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]=["Services by CompuSol"] //create header
ssmItems[1]=["  Home", "index.html", ""]
ssmItems[2]=["  Database Applications", " ", ""]
ssmItems[3]=["  Web Development", " ",""]
ssmItems[4]=["  Digital Imaging", " ", ""]
ssmItems[5]=["  Corporate Services", " ", "_new"]
ssmItems[6]=["  Visit the Gallery", "http://www.compusol.us/gallerypix/index.html", ""]
ssmItems[7]=["  Contact Us", "contactus.html", "_top","","yes"]
ssmItems[8]=["  References", " ", ""]
ssmItems[9]=[" "]

buildMenu();

//-->
