<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=180; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#FCFDCD";
hdrBGColor="#6AA404";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFFFF";
linkOverBGColor="#B9D882";
linkTarget="_top";
linkAlign="Left";
barBGColor="#eaeaea";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#2E5B00";
barVAlign="center";
barWidth=20; // no quotes!!
barText="<IMG SRC=smenu2.gif>"; // <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://sirfun.com", ""]
ssmItems[2]=["Services", "http://sirfun.com/services.htm",""]
ssmItems[3]=["How we do it", "http://sirfun.com/how.htm", ""]
ssmItems[4]=["Portfolio", "http://sirfun.com/port.htm", ""]
ssmItems[5]=["Contact Us", "http://sirfun.com/contact.htm", ""]

ssmItems[6]=["Sirfun Designed Sites", "", ""] //create header
ssmItems[7]=["Fibracell Reeds", "http://fibracell.com", ""]
ssmItems[8]=["Full Sail Windsurfing Club", "http://www.venturalink.net/~gibbsrus", ""]
ssmItems[9]=["RK Graf Industrial Supply", "http://rkgraf.com", ""]
ssmItems[10]=["Hoctor Realty", "http://hoctorrealty.com", ""]
ssmItems[11]=["Derek Turner", "http://derekturner.com", ""]

buildMenu();

//-->