<!--

/*
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=700; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#000066";
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="verdana";
hdrFontSize="2";
hdrFontColor="#958C43";
hdrBGColor="#232341";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#958C43";
linkOverBGColor="#232341";
linkTarget="_top";
linkAlign="Left";
barBGColor="#232341";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#958C43";
barVAlign="center";
barWidth=17; // no quotes!!
barText="Important Links"; // <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]=["TOPIM Information"] //create header
ssmItems[1]=["About the Bishop", "topim-aboutus.htm", ""]
ssmItems[2]=["Mission Statement", "topim-missionstatement.htm",""]
ssmItems[3]=["Calendar of Events", "topim-agenda.htm", ""]
ssmItems[4]=["Photo Album", "topim-photoalbum.htm", ""]
ssmItems[5]=["Sign our Guestbook", "topim-guestbook.htm#signnow", ""]
ssmItems[6]=["Web Mail", "http://webmail.1and1.com", "_new"]
ssmItems[7]=["On-Line Bible", "kjBible-topim/index.htm", ""]
//create two column row


ssmItems[8]=["Requests", "", ""] //create header
ssmItems[9]=["Prayer Requests &amp; Announcements", "topim-prayerform.htm", ""]


buildMenu();

//-->