<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=1; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#ffffff";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="1";
hdrFontColor="#444444";
hdrBGColor="#ffffff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#ffffff";
linkOverBGColor="#444444";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=10; // 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]=["Contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "contact/email.php", "main2"]
ssmItems[1]=["Portfolio"] //create header
ssmItems[2]=["- Portrait Color&nbsp;&nbsp;", "portfolio/1/index.php", "main2"]
ssmItems[3]=["- Portrait B/W&nbsp;&nbsp;&nbsp;&nbsp;", "portfolio/2/index.php", "main2"]
ssmItems[4]=["- Sport&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "portfolio/3/index.php" , "main2"]
ssmItems[5]=["- Natur&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "portfolio/5/index.php" , "main2"]
ssmItems[6]=["- Flower Art&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;", "portfolio/4/index.php" , "main2"]


buildMenu();

//-->