<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#F9E08C";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#F9E08C";
hdrBGColor="#000044";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000044";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="#F9E08C";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MESSIAH TRUTH"; // <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]=["Menu"] //create header
ssmItems[1]=["Messianic Groups", "response.html#messianic", ""]
ssmItems[2]=["Jewish Education", "response.html#education",""]
ssmItems[3]=["The False Messiah", "response.html#false", ""]
ssmItems[4]=["The Jesus Mythos", "response.html#mythos", ""]
ssmItems[5]=["Gospel Sources", "response.html#testament", ""]
ssmItems[6]=["A Jewish Messiah", "response.html#messiah", ""]
ssmItems[7]=["On-Line Training", "paltalk.html", ""]
ssmItems[8]=["Links", "response.html#links", "", 1, "no"] //create two column row
ssmItems[9]=["Articles", "response.html#articles", "",1]
ssmItems[10]=["PDFs", "response.html#pdfs", "", 1, "no"] //create two column row
ssmItems[11]=["Books", "response.html#books", "",1]
ssmItems[12]=["Site Map", "http://search.freefind.com/find.html?id=8726218&m=0&p=0", "", 1, "no"] //create two column row
ssmItems[13]=["Search", "http://search.freefind.com/find.html?id=8726218", "",1]
ssmItems[14]=["Printer Friendly Page", "printer.html", ""]
ssmItems[15]=["Who We Are", "whoweare.html", ""]
ssmItems[16]=["External Links", "", ""] //create header
ssmItems[17]=["Make A Donation", "https://www.paypal.com/xclick/business=webmaster%40messiahtruth.com&item_name=Messiah+Truth+Project%2C+Inc.&item_number=On-Line+Donation&no_shipping=1&cn=Message+to+Messiah+Truth%3A&tax=0&currency_code=USD", ""]
ssmItems[18]=["Messiah Truth Store", "http://store.messiahtruth.com", ""]
ssmItems[19]=["Read Our Guestbook", "http://htmlgear.lycos.com/guest/control.guest?u=messiahtruth&i=1&a=view", ""]


/*
ssmItems[19]=["Discussion Groups", "http://pub73.ezboard.com/bmessiahtruth",""]
ssmItems[20]=["Amazon.Com", "http://www.amazon.com/exec/obidos/redirect-home?tag=ajewishresp09-20", ""]
*/

buildMenu();

//-->