<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=25;                // no quotes!!
XOffset=0;
staticYOffset=20;          // no quotes!!
slideSpeed=15;              // no quotes!!
waitTime=30;               // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#ccccff";
menuIsStatic="yes";        // this sets whether menu should stay static on the screen yes equals move with scroll
menuWidth=180;             // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="#000066";
hdrBGColor="#ccccff";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="#FFFFFF";
linkOverBGColor="#eeeFff";
linkTarget="_top";
linkAlign="Left";
barBGColor="#FF0000";
barFontFamily="Arial";
barFontSize="1";
barFontColor="black";
barVAlign="center";
barWidth=20;                   // no quotes!!
barText="<IMG SRC=menu/quickmenu.jpg>" ;         // <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]=["Quick Links Menu"] //create header
ssmItems[1]=["Home Page", "index.html", ""]
ssmItems[2]=["What we believe", "webelieve.html",""]
ssmItems[3]=["Bethany background", "background.html", ""]
ssmItems[4]=["Become a Christian", "becomeachristian1.html", ""]
ssmItems[5]=["Services", "times.html", ""]
ssmItems[6]=["BYG", "byg.html", ""]
ssmItems[7]=["Catalyst", "cat.html", ""]
ssmItems[8]=["Diary and prayer sheet", "http://www.brokk.me.uk/bethany_diary_prayer.rtf", target="new"]
ssmItems[9]=["Family Service", "familyservice.html", ""]
ssmItems[10]=["How to find us", "map.html", ""]
ssmItems[11]=["On Line Bible", "http://www.bible.gospelcom.net", target="new"]
ssmItems[12]=["Wight Churches", "http://www.wightchurches.co.uk", target="new"]
ssmItems[13]=["Go back one page", "javascript:history.go(-1)", ""]
ssmItems[14]=["Quick Links Menu"] //create header

buildMenu();

//-->