<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!! Originally 150
XOffset=10;
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#D6BF6F";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000 ";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CYBERDREAM 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[1]=["Home", "http://www.cyberdreamdesign.com", ""]
ssmItems[2]=["Portfolio", "http://www.cyberdreamdesign.com/portfolio.html",""]
ssmItems[3]=["Pricing", "http://www.cyberdreamdesign.com/prices.html", ""]
ssmItems[4]=["FAQ ", "http://www.cyberdreamdesign.com/faq.html", ""]
ssmItems[5]=["Resources", "http://www.cyberdreamdesign.com/resources.html", ""]

ssmItems[6]=["", "", "", 1, "no"] //create two column row
ssmItems[7]=["Email", "&#109;&#097;&#105;&#108;&#116;&#111;&#058; &#105;&#110;&#102;&#111;&#064;&#099;&#121;&#098;&#101;&#114;&#100;&#114;&#101;&#097;&#109;&#100;&#101;&#115;&#105;&#103;&#110;&#046;&#099;&#111;&#109;", "",1]

ssmItems[8]=["Outside Links", "", ""] //create header
ssmItems[9]=["Free Auction Templates", "http://www.woowoodesigns.com", ""]
ssmItems[10]=["Freewarejava", "http://www.freewarejava.com", ""]
ssmItems[11]=["Dynamic Fx", "http://absolutegb.com/maximus/", ""]

buildMenu();

//-->
