<!--
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
YOffset=270; // no quotes!!
staticYOffset=20; // no quotes!!
XOffset=0; // no quotes!!
slideSpeed=5 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=230; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="purple";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="left";
barBGColor="purple";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="top";
barWidth=20; // no quotes!!
barText='Menu' // <IMG> tag supported, Ex: '<img src="some.gif" border=0>'

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
addHdr('Main Menu');
addItem("What's New? - Home Page", "http://www.apologeticsindex.org/", "");
addItem("A-Z Index", "../apologetics.html", "", 1, "no");
addItem("How To Use AI", "../howto.html", "", 1, "yes");
addItem("General Resources on Cults and Sects", "../c09.html", "");
addItem("CounterPoint Discussions", "../counterpoint.html", "");
addItem("Articles on Christian Life and Ministry", "../ministry.html", "");
addItem("Site Map", "../front.html", "");
addHdr('News and Commentary');
addItem("Religion News Report", "../apolnews.html", "");
addItem("Editorials", "../oped-00.html", "", 1, "no");
addItem("Daily Cartoon", "../notes.html#cocd", "", 1, "yes");
addHdr('Mailing Lists');
addItem("AI-Renewal", "../renewallist.html", "", 1, "no");
addItem("AI-Updates", "http://groups.yahoo.com/group/ai-updates", "_blank", 1, "yes");
addHdr('Miscellaneous');
addItem("Humor, Inspiration, and Offbeat News", "../notes.html", "");
addItem("Books Plus More", "../books/booksplus-00.html", "", 1, "no");
addItem("Greeting Cards", "../notes-01.html", "", 1, "yes");
addItem("High-Quality Links", "../corind.html", "");
addHdr('About Apologetics Index');
addItem("About Apologetics Index", "../about.html", "");
addItem("FAQ", "../faq.html", "", 1, "no");
addItem("Statement of Faith", "../sof.html", "", 1, "yes");
addItem("Disclaimer", "../disclaimer.html", "", 1, "no");
addItem("Privacy Statement", "../privacy.html", "", 1, "yes");
addItem("Disagree with Apologetics Index?", "../disagree.html", "");
addItem("Contact Apologetics Index", "../form.html", "");
addItem("How You Can Help", "../abouthelp.html", "");
addItem("About Amsterdam, Holland, and Anton", "../aboutaw.html", "");
buildMenu();

//-->

//-->