<!--

/*
Configure menu styles below

NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/

YOffset=240; // 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="777777";

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="2";

hdrFontColor="#FCFDCD";

hdrBGColor="#B82108";

hdrAlign="left";

hdrVAlign="center";

hdrHeight="15";

linkFontFamily="Verdana";

linkFontSize="2";

linkBGColor="#FDE8AF";

linkOverBGColor="#FFB32A";

linkTarget="_top";

linkAlign="Left";

barBGColor="#222222";

barFontFamily="Verdana";

barFontSize="2";

barFontColor="C89440";

barVAlign="center";

barWidth=20; // no quotes!!

barText="<IMG SRC=smenu.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.sirfun.com/fswc2", ""]
ssmItems[9]=["Independent Pool & Spa Service Association", "http://ipssaventura.com", ""]
ssmItems[10]=["Hoctor Realty", "http://hoctorrealty.com", ""]
ssmItems[11]=["Derek Turner", "http://derekturner.com", ""]

buildMenu();

//-->
