<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=100; // 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="#000066";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="3";
hdrFontColor="#FF9900";
hdrBGColor="#000066";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="30";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="#FFF0D5";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000066";
barFontFamily="Verdana";
barFontSize="3";
barFontColor="#FF9900";
barVAlign="center";
barWidth=30; // 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]=["Nakotah Design"] //create header
ssmItems[1]=["About Me", "about.htm", ""]
ssmItems[2]=["Services", "services.htm",""]
ssmItems[3]=["Pricing", "pricing.htm", ""]
ssmItems[4]=["My Vision", "vision.htm", "_new"]
ssmItems[5]=["Portfolio", "portfolio.htm", ""]
ssmItems[6]=["Email", "mailto:dakotah51@charter.net", ""]
ssmItems[7]=["Other Contact Info ", "contact.htm", ""]
ssmItems[8]=["External Links", "", ""] //create header
ssmItems[9]=["Dynamic Drive", "http://www.dynamicdrive.com", ""]
ssmItems[10]=["", "http://www.freewarejava.com", ""]
ssmItems[11]=["", "http://absolutegb.com/maximus/", ""]

buildMenu();

//-->