<!--

/*
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="#ff9999";
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="#ff9999";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial Black";
linkFontSize="2";
linkBGColor="#FFE0F0";
linkOverBGColor="#ff9999";
linkTarget="_top";
linkAlign="Left";
barBGColor="#ff9999";
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]=["F&nbsp;A&nbsp;Q &nbsp; Index", "faqindex.htm", ""]
ssmItems02[3]=["Cool &nbsp; Links", "verycool.htm", ""]
ssmItems02[4]=["Who &nbsp; Is &nbsp; Antipas?", "whois.htm", ""]
ssmItems02[5]=["About &nbsp; Us", "about.htm", ""]
ssmItems02[6]=["See &nbsp; Us", "see-us.htm", ""]
ssmItems02[7]=["Home", "index.htm", ""]

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

buildMenu();

//-->
