<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=33; // no quotes!!
XOffset=3;
staticYOffset=10; // no quotes!!
slideSpeed=10 // 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=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#D9DD91";
hdrBGColor="#00,00,00";
hdrAlign="left";
hdrVAlign="top";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#460601";
linkOverBGColor="#00,00,00";
linkTarget="top";
linkAlign="Left";
barBGColor="#00,00,00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#D9DD91";
barVAlign="center";
barWidth=20; // no quotes!!
barText="GRACE 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]=["Grace Page's Links & Email"] //create header
ssmItems[1]=["Prayer Champions", "gracemain1.htm", "main"]
ssmItems[2]=["Our Mission at Grace", "gracechurch.html", "main"]
ssmItems[3]=["About Grace & The Team", "page2.html", "main"]
ssmItems[4]=["Regular & Coming Events Calendar", "page3.html", "main"]
ssmItems[5]=["Get Inspired By Grace", "page4.html", "main"]
ssmItems[6]=["Grace Links Interesting Websites", "page5.html", "main"]
ssmItems[7]=["Youth", "graceyouth.htm", "new"]
ssmItems[8]=["Kids Church", "gracekids.htm", "new"]
ssmItems[9]=["The POWERHOUSE", "slideshow.htm", "new"]
ssmItems[10]=["Grace Library", "library.htm", "new"]
ssmItems[11]=["WOULD YOU LIKE TO BE BAPTISED ?", "baptise.htm", "new"]


ssmItems[12]=["Email Webmaster", "mailto:jokev@gracecommunitychurch.com.au", "", 1, "no"] //create two column row
ssmItems[13]=["Email Grace", "http://www.wesleyan.org.au/cgi-bin/sendemail.cgi?to=30", "jokev@gracecommunitychurch.com.au",1]

buildMenu();

//-->