<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=55; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#006699";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFCC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#006699";
barFontFamily="arial";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=11; // no quotes!!
barText="NAVIGATION"; // <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]=["Main Site Menu"] //create header

//create two column row
ssmItems[1]=["HOME", "http://www.alphamin.org", "", 1, "no"]
ssmItems[2]=["Main Features", "http://www.alphamin.org//resources.htm",  "",1]

ssmItems[3]=["Site Highlights", "http://www.alphamin.org//site_map.htm", ""]
ssmItems[4]=["Interactive Community", "http://www.alphamin.org//injesus.htm", ""]

//create two column row
ssmItems[5]=["The Internet", "http://www.alphamin.org//alert.htm", "", 1, "no"]
ssmItems[6]=["Contact Us", "http://www.alphamin.org//contact.htm",  "",1]

ssmItems[7]=["Additional Resources", "http://www.alphamin.org//links.htm", ""]
ssmItems[8]=["Additional Links", "", ""] //create header

//create two column row
ssmItems[9]=["About Us", "http://www.alphamin.org//about_us.htm", "", 1, "no"]
ssmItems[10]=["Guestbook", "http://www.alphamin.org//guestbook/guestbook.php", "_new",1]

ssmItems[11]=["Mormonism Links", "http://www.alphamin.org//error.htm", ""]
ssmItems[12]=["Letters to a Mormon Elder", "http://www.alphamin.org//LETTERS/MAINPAGE.htm", ""]

//create two column row
ssmItems[13]=["Prayer <br>&nbsp;Requests", "http://prayerbook.homewithgod.com/cgi-bin/prayerbook/multi.pl?249461083772323:8:0',740,480)", "_new", 1, "no"]
ssmItems[14]=["Doctrinal <br>&nbsp;Statement", "http://www.alphamin.org//etcetera/doctrine.htm",  "_new",1]

ssmItems[15]=["Plan of Salvation", "http://www.alphamin.org//simple_plan.htm", "_new"]
ssmItems[16]=["Search the Bible", "http://www.alphamin.org//bible_search_code2.htm", "_new"]
ssmItems[17]=["Recommend our Site", "http://www.alphamin.org//tell/tell.php", "_new"]
ssmItems[18]=["AllAboutGod.org", "http://www.alphamin.org//links2.htm", ""]
ssmItems[19]=["Assess Your Christian Character", "http://www.alphamin.org//etcetera/character.htm", "_new"]
ssmItems[20]=["Spiritual Gifts Analysis", "http://www.churchgrowth.org/cgi-cg/gifts.cgi", "_new"]

buildMenu();

//-->