<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=15; // 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="red";
<!--設定選單是否跟隨'yes'跟隨"no"不跟隨 //-->
menuIsStatic="yes"; 
<!--設定選單的寬度//-->
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
<!--設定選單名稱的字體//-->
hdrFontFamily="宋体";
<!--設定選單名稱的文字大小//-->
hdrFontSize="2";
<!--設定選單名稱的文字色彩//-->
hdrFontColor="#FFFFFF";
<!--設定選單名稱項的背景色彩//-->
hdrBGColor="#0082C3";
<!--設定選單名稱項的水平對齊方式//-->
hdrAlign="center";
<!--設定選單名稱項的垂直對齊方式//-->
hdrVAlign="center";
<!--設定選單名稱項的高度//-->
hdrHeight="10";
<!--設定連結文字的字體//-->
linkFontFamily="宋体";
<!--設定連結文字的文字大小//-->
linkFontSize="2";
<!--設定連結文字的背景色彩//-->
linkBGColor="#E8F5FC";
<!--設定滑鼠指著時連結文字的背景色彩//-->
linkOverBGColor="#FFFF99";
<!--為網頁開啟指定框架名稱//-->
linkTarget="_top";
<!--設定連結文字的對齊方式//-->
linkAlign="center";
<!--選項的背景色彩//-->
barBGColor="#444444";
<!--設定選項的字體//-->
barFontFamily="宋体";
<!--設定選項的文字大小//-->
barFontSize="2";
<!--設定選項的文字色彩//-->
barFontColor="white";
<!--設定選項文字的垂直對齊方式//-->
barVAlign="center";

barWidth=12; // no quotes!!
barText="* 请按此进入主选单 *"; // <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]=["教会沿革"] //create header
<!--在這裡編修選單的項目及其連結網址//-->
ssmItems[1]=["民恩简介", "history/intro.htm", "_self", 1, "no"] //create two column row
ssmItems[2]=["大事记", "history/events.htm","_self",1]

ssmItems[3]=["行政组织", "history/organising.htm", "_self", 1, "no"]
ssmItems[4]=["目标导向", "history/mission.htm", "_self",1]

ssmItems[5]=["团契专区", "", ""] //create header
ssmItems[6]=["乐龄团契", "fellowship/senior.htm", "_self", 1, "no"]
ssmItems[7]=["成年团契", "fellowship/adult.htm", "_self",1]

ssmItems[8]=["妇女会", "fellowship/women.htm", "_self", 1, "no"]
ssmItems[9]=["初成团契", "fellowship/youngadult.htm", "_self",1]

ssmItems[10]=["青年团契", "fellowship/youth2004.htm", "_self", 1, "no"]
ssmItems[11]=["少年团契", "fellowship/youth.htm", "_self",1]

ssmItems[12]=["儿童团契", "fellowship/child.htm","_self"]


ssmItems[13]=["分享天地", "", ""] //create header
ssmItems[14]=["电子相簿", "sharing/photo.htm", "_self", 1, "no"]
ssmItems[15]=["属灵书介", "sharing/bookintro.htm","_self",1]

ssmItems[16]=["会友见证", "sharing/testimony.htm", "_self", 1, "no"]
ssmItems[17]=["属灵笑话", "sharing/joke.htm","_self",1]

ssmItems[18]=["心灵驿站", "sharing/article.htm","_self", 1, "no"]
ssmItems[19]=["好文共赏", "sharing/goodarticle.htm","_self",1]



buildMenu();

//-->