<!--

/*
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="#593F07";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Times New Roman";
hdrFontSize="2";
hdrFontColor="#593F07";
hdrBGColor="#F6EFDF";
hdrAlign="left";
hdrVAlign="top";
hdrHeight="15";
linkFontFamily="Times New Roman";
linkFontSize="2";
linkBGColor="#8B7C6F";
linkOverBGColor="#CAB890";
linkTarget="_top";
linkAlign="Left";
barBGColor="#E3D7C1";
barFontFamily="Times New Roman";
barFontSize="2";
barFontColor="#593F07";
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]=["Women Who believe Community"] //create header
ssmItems[1]=["WWB Home", "default.htm", ""]
ssmItems[2]=["Greetings, page 1", "greetings1.htm",""]
ssmItems[3]=["Greetings, page 2", "greetings2.htm",""]
ssmItems[4]=["Greetings, page 3", "greetings3.htm", ""]
ssmItems[5]=["My WWB Banners", "banners.htm", ""]
ssmItems[6]=["WWB Awards", "awards.htm", ""]
ssmItems[7]=["Homework for WWB, 2002", "hw_psp.htm", ""]
ssmItems[8]=["My Callenges, first place", "challenges/fountain.htm", ""]
ssmItems[9]=["Homework for WWB, 2003", "200301/default.htm", ""]
ssmItems[10]=["Homework for WWB, 2004", "2004/index.htm", ""]
ssmItems[11]=["______", ".html", ""]

ssmItems[12]=["About Me", "http://www11.brinkster.com/bituke/aboutme.html", "", 1, "no"] //create two column row
ssmItems[13]=["Contact", "../forms.html", "",1]

ssmItems[14]=["Web Site Design", "", ""] //create header
ssmItems[15]=["Home", "../index.htm", "_new"]
ssmItems[16]=["Portfolio", "../portfolio.htm", "_new"]
ssmItems[17]=["Services", "../services.htm", "_new"]
ssmItems[18]=["____", "html", "_new"]
ssmItems[19]=["_______", "html", "_new"]
ssmItems[20]=["_____", "html", "_new"]
ssmItems[21]=["_____", "_____", "_new"]

buildMenu();

//-->
