<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000038";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#B8A8E0";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#B8A8E0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SITE MAP"; // <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]=["TEMPLATES"] //create header
ssmItems[1]=["Linkware", "vault.htm", ""]
ssmItems[2]=["Shareware", "purchaseb.htm",""]
ssmItems[3]=["Professional", "purchasep.htm", ""]
ssmItems[4]=["Artisan", "purchasea.htm", ""]
ssmItems[5]=["Flash", "purchasepr.htm", ""]
ssmItems[6]=["Clearance", "clearance.htm", ""]

ssmItems[7]=["Home", "http://www.joliewebgraphics.com", "", 1, "no"] //create two column row
ssmItems[8]=["Email", "mailto:TKorchynsky@netscape.net", "",1]

ssmItems[9]=["SERVICES", "", ""] //create header
ssmItems[10]=["Custom Design", "services.htm", ""]
ssmItems[11]=["Portfolio", "portfolio.htm", ""]
ssmItems[12]=["Price List", "price.htm", ""]

buildMenu();

//-->