<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // 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=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Californian fb";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#80a0c0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Californian fb";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#c0c0a0";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Californian fb";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="Patagonian Options"; // <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]=["Kelly", "kellybio.html","mainFrame"]
ssmItems[2]=["Adam", "adambio.html","mainFrame"]
ssmItems[3]=["Jesus", "jesusbio.html","mainFrame"]
ssmItems[4]=["Christina", "christinabio.html","mainFrame"]
ssmItems[5]=["Marlene", "marlenebio.html","mainFrame"]
ssmItems[6]=["Ashley", "ashleybio.html","mainFrame"]
ssmItems[7]=["Ricardo", "ricardobio.html","mainFrame"]
ssmItems[8]=["Early Student Sites", " http://www.campinteractive.org/groups/","_blank"]
ssmItems[9]=["Pictures", "mainpics.html", "mainFrame", 1, "no"] //create two column row
ssmItems[10]=["Email us", "survey.html", "mainFrame",1]


ssmItems[11]=["Sponsors"] //create header
ssmItems[12]=["CampInteractive", "http://www.campinteractive.org", "_blank"]
ssmItems[13]=["Patagonia", "http://www.patagonia.com", "_blank"]
ssmItems[14]=["NY Inner City Outings", "http://newyork.sierraclub.org/nyc/ico/", "_blank"]
ssmItems[15]=["EMS", "http://www.ems.com","_blank"]
ssmItems[16]=["The North Face", "http://www.northface.com/index_flash.html","_blank"]

buildMenu();

//-->