<!--

/*
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=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#718ED7";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="#FFFFFF";
hdrBGColor="#718ED7";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#CEE6D5";
linkTarget="_top";
linkAlign="Left";
barBGColor="#718ED7";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#FFFFFF";
barVAlign="center";
barWidth=20; // no quotes!!
barText=" S T A R T  M E N U "; // <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]=["The GeekGirls Ring"] //create header
ssmItems[1]=["Are You A GeekGirl?", "quiz.html", "main"]
ssmItems[2]=["Ring Requirements", "criteria.html", "main"]
ssmItems[3]=["Submit Your Site", "submit.html","main"]
ssmItems[4]=["Member Sites", "http://ringnet.org/cgi-bin/list.cgi?ringid=geekgirls", ""]
ssmItems[5]=["Edit Your Info", "http://ringnet.org/cgi-bin/siteadmin.cgi?ringid=geekgirls", ""]
ssmItems[6]=["Ring History", "faq.html","main"]

ssmItems[7]=["Related Sites", "", ""] //create header
ssmItems[8]=["WebGoddess Ring", "http://katgyrl.com/goddess/", ""]
ssmItems[9]=["GeekGoddess Ring", "http://katgyrl.com/geekgoddess/", ""]
ssmItems[10]=["Home", "http://katgyrl.com", ""]

buildMenu();

//-->
