<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=65; // no quotes!!
XOffset=0;
staticYOffset=64; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! This sets the time in Milli-Seconds the menu stays out after MouseOut.
menuBGColor="#999999";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=160; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#000000";
hdrBGColor="#999999";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial Black";
linkFontSize="2";
linkBGColor="#eeeeee";
linkOverBGColor="#999999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#999999";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="#000000";
barVAlign="center";
barWidth=10; // no quotes!!
barText="MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems02[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems02[0]=["MENU"] //create header
ssmItems02[1]=["Pentecost &nbsp; 2008", "pentecost.htm", ""]
ssmItems02[2]=["Easter -v- Passover", "easter.htm",""]
ssmItems02[3]=["FAQ Index", "faqindex.htm", ""]
ssmItems02[4]=["Cool Links", "verycool.htm", ""]
ssmItems02[5]=["Who Is Antipas?", "whois.htm", ""]
ssmItems02[6]=["About Us", "about.htm", ""]
ssmItems02[7]=["See Us", "see-us.htm", ""]
ssmItems02[8]=["Home", "index.htm", ""]

ssmItems02[9]=["Contact", "email_form.htm", "_new", 1, "no"] //create two column row
ssmItems02[10]=["Responda", "email_form2.htm", "_new",1]
ssmItems02[11]=["&nbsp;", "", ""] //create header

buildMenu();

//-->
