<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=14;
staticYOffset=0; // no quotes!!
slideSpeed=25 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#202020";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#111111";
hdrBGColor="#D5DF24";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="1";
linkFontFamily="Tahoma";
linkFontSize="1";
linkBGColor="#D5DF24";
linkOverBGColor="#D5DF24";
linkTarget="_top";
linkAlign="Left";
barBGColor="transparent";
barFontFamily="Verdana";
barFontSize="0";
barFontColor="white";
barVAlign="center";
barWidth=14; // no quotes!!
barText='<IMG src="images/slider.jpg" alt="Site 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[0]=["ABOUT ME", "index.php", ""]
ssmItems[1]=["HANDY PAINTING", "index.php?section=category&id=1", ""]
ssmItems[2]=["DIGITAL PAINTING", "index.php?section=category&id=2", ""]
ssmItems[3]=["WEB TEMPLATES", "index.php?section=category&id=3",""]
ssmItems[4]=["OTHER DESIGNS", "index.php?section=category&id=4", ""]
ssmItems[5]=["PHOTO GALLERY", "index.php?section=category&id=5", ""]
ssmItems[6]=["ORDER", "javascript:orderform();", ""]
ssmItems[7]=["CONTACT ME", "javascript:contactus();", ""]

/*ssmItems[6]=["REGISTRATION", "http://www.dynamicdrive.com/link.htm", ""]*/

//ssmItems[6]=["Follow Me On :", "", ""] //create header
//ssmItems[7]=["FACEBOOK", "http://www.facebook.com/people/Royan-Mehraban/1266245727", "_new"]
//ssmItems[8]=["deviantART", "http://royansh.deviantart.com/", "_new"]

buildMenu();

//-->