<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=30 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000000";
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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#616d7e";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#c0c0c0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // 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]=["Menu"] //create header
ssmItems[1]=["Homepage", "index.htm", ""]
ssmItems[2]=["Site Map", "site_map.htm",""]
ssmItems[3]=["Search Engine Optimization", "seo.html", ""]
ssmItems[4]=["Web Design", "webdesign.html", ""]
ssmItems[5]=["Web Consulting", "consultation.html", ""]
ssmItems[6]=["Portfolio", "others.htm", ""]
ssmItems[7]=["Terminology", "compterm.htm", ""]
ssmItems[8]=["Resources", "hotlink_page.html", ""]
ssmItems[9]=["Hex Color Chart", "aa_colorchart.html", ""]

ssmItems[10]=["Prices", "price.htm", "", 1, "no"] //create two column row
ssmItems[11]=["Links", "links.htm", "", 1]


ssmItems[12]=["FAQ", "faqs.htm", "", 1, "no"] //create two column row
ssmItems[13]=["Contact", "contact.html", "", 1]

ssmItems[14]=["External Links", "", ""] //create header
ssmItems[15]=["Band of Gonzos", "http://www.bandofgonzos.com", "_blank"]
ssmItems[16]=["Thomas Honey", "http://www.thomashoney.com", "_blank"]
ssmItems[17]=["RTFI.US", "http://www.rtfi.us", "_blank"]

buildMenu();

//-->