<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=320; // no quotes!!
XOffset=0;
staticYOffset=100; // no quotes!!
slideSpeed=3 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="red";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Tahoma";
hdrFontSize="3";
hdrFontColor="white";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Tahoma";
linkFontSize="2";
linkBGColor="black";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="center";
barBGColor="black";
barFontFamily="Tahoma";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText="NAVIGATION 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]=[":Info:"] //create header
ssmItems[1]=[":Main:", "main.htm", ""]
ssmItems[2]=[":Artist Bio:", "bio.htm", ""]
ssmItems[3]=[":Contact:", "msnicq.htm", ""]

ssmItems[4]=[":Galleries:"] //create header
ssmItems[5]=[":2D Art|Design:", "2dart.htm", ""]
ssmItems[6]=[":3D Art|Design:", "3dart.htm", ""]
ssmItems[7]=[":Design Rates:", "rates.htm", ""]

ssmItems[8]=[":Guestbook", "http://pub48.bravenet.com/guestbook/show.php?usernum=4090703247&cpv=1", "", 1, "no"] //create two column row
ssmItems[9]=["Email:", "mailto:dustinh47@hotmail.com", "",1]

ssmItems[10]=[":Links:", "", ""] //create header
ssmItems[11]=[":Affiliates:", "links.htm", ""]
ssmItems[12]=[":Contact:", "msnicq.htm", ""]
buildMenu();

//-->