if (IE) {document.write('<DIV ID="ssm2" style="visibility:hidden;Position : Absolute ;Left : 0px ;Top : '+YOffset+'px ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')}
if (NS) {document.write('<LAYER visibility="hide" top="'+YOffset+'" name="ssm2" bgcolor="'+menuBGColor+'" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')}
tempBar=""
for (i=0;i<barText.length;i++) {
tempBar+=barText.substring(i, i+1)+"<BR>"}
document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+16+2)+'" bgcolor="'+menuBGColor+'"><tr><td bgcolor="'+hdrBGColor+'" WIDTH="'+menuWidth+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+menuHeader+'</b></font></td><td align="center" rowspan="100" width="16" bgcolor="'+barBGColor+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD></tr>')
function addItem(text, link, target) {
if (!target) {target=linkTarget}
document.write('<TR><TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+link+'" target="'+target+'" CLASS="ssm2Items">'+text+'</A></FONT></LAYER></ILAYER></TD></TR>')}
function addHdr(text) {
document.write('<tr><td bgcolor="'+hdrBGColor+'" WIDTH="140">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+text+'</b></font></td></tr>')}

//Only edit the script between HERE

addItem('Israel Who are they?', 'http://www.indaweb.com/oil/oil.lamp/oil5.html', '');
addItem('Davids Throne?', 'http://www.indaweb.com/oil/oil.lamp/oil7.html', '');
addItem('The Visions?', 'http://www.indaweb.com/oil/oil.lamp/oil8.html', '');
addItem('Oil in the lamp?', 'http://www.indaweb.com/oil/oil.lamp/oil6.html', '');
addItem('The Day of the Lord', 'http://www.indaweb.com/oil/oil.lamp/oil6.html#The Day of the Lord', '');
addItem('The Antichrist', 'http://www.indaweb.com/oil/bibleguide/books/darkness/darkness4.htm', '');
addItem('Press Releases', 'http://www.indaweb.com/oil/cnews.flash/current.news.flash.htm', '');
addHdr('Temple Mount');
addItem('The Holy Temple', 'http://www.indaweb.com/oil/holytemple/whythewallisholy.htm', '_blank');
addItem('Temple Mount News', 'http://www.indaweb.com/oil/holytemple/frame_7.htm', '_blank');
addItem('Featured Editorials', 'http://www.indaweb.com/oil/editorialopinion/Editorial_index.htm', '_blank');
addHdr('Stand fast in Faith');
addItem('Call To Repentance', 'http://www.indaweb.com/oil/bibleguide/articles/deceptn.html#Call to repentance', '_blank');
addItem('The Messianic Idea', 'http://www.indaweb.com/oil/Messianic.Idea/messianic.htm', '_blank');
addItem('The Holy Bible', 'http://www.indaweb.com/oil/bible/1bibletable.html', '_blank');
addItem('Historical Maps', 'http://www.indaweb.com/oil/bibleguide/imaps/historical.maps.htm', '_blank');


// and HERE! No more!

document.write('<tr><td bgcolor="'+hdrBGColor+'"><font size="0" face="Arial">&nbsp;</font></td></TR></table>')
if (IE) {document.write('</DIV>')}
if (NS) {document.write('</LAYER>')}
if ((IE||NS) && (menuIsStatic=="yes"&&staticMode)) {makeStatic(staticMode);}
