<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3ND PARAGRAPH
var showimage		= "no"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		//  SHOW A SIDEBAR IMAGE
var scrollspacing	= "1"		// NUDGE SIDEBAR DOWN

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "10"		// SEARCH FORM X LOCATION
var searchy		= "210"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search"	// TEXT ABOVE SEARCH FORM
var showdate		= "no"		// SHOW THE DATE ON THE PAGE

var bordercolor		= "A2B7B5"	// SCROLLER AND IMAGE BORDER COLOR



// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS



// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')



// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('<font size="+1"><font color="#FFFFFF">New Materials:</font></font>')

document.write('<br></span><span class="sidebartext">')

document.write('<strong>Jerusalem:  Where I put My Name</strong> soon to be released in July 2010.  <a href="NewProducts.htm"><strong><font color="#FFFFFF">Click here</strong></font></a> to order your copy now.')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>')
}
else {

   if (showscroller == "yes") {

document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')

}
}





// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="picts/sidebar.jpg" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('<font size="+1"><font color="#FFFFFF">Upcoming Events:</font></font>')

document.write('<br></span><span class="sidebartext">')

document.write('1.  Study lecture tours are now being scheduled. Click on the navigation bar and navigate to our planned Study Tours<br><br>  2.  For online classes, ')

document.write('<font color="#FFFFFF"><a href="OnlineClasses.html" class="sidelink"><b><strong><strong>click here </strong></font></a></b></strong>for details.<br><br>')

document.write('3. Join one of our annual Aviv barley searches.  Next search:  March 2011.<br><br>')

document.write('4. A REAL SUKKOT camping experience in Jerusalem 2010. Click on Camp Sukkot 2010 for details!<br>')
document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2




// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<span class="sidebartitle">')

document.write('<font size="+1"><font color="#FFFFFF">Product Specials:</font></font>')

document.write('<br></span><span class="sidebartext">')

document.write('1. The Defining Biblical Terms DVD and the Galatians Quick Reference Pocket Commentary are available in bulk for as little as <font color="#FFFFFF"><strong><a href="ProductSpecials.htm" class="sidelink">$4.00 and $3.50 each.</font></strong></a><br>')

document.write('2. Galatians Combo: get the large and small Galatians book, the Mp3 audiobook and the downloadable ebook and save $15.75 on your order.  <font color="#FFFFFF"><strong><a href="ProductSpecials.htm" class="sidelink">Click here</a></font></strong> for details<br>')


document.write('3. Outreach Combo: get the large Galatians book, the Mp3 audiobook and seven copies each of the Defining Terms DVD and the Galatians Pocket book to give away to others and save $24.75 on your order.  <font color="#FFFFFF"><strong><a href="ProductSpecials.htm" class="sidelink">Click here</a></font></strong> for details<br>')


document.write('</span><br><br>')
}
// END SIDEBAR AREA PARAGRAPH 3




// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS




// SEARCH FORM
   if (showsearch == "yes") {
document.write('<span class="printhide">')
document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchy+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="3" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
document.write(''+searchtext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
document.write('</span>')
}



// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


//  End -->

