<!-- 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 	= "no"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4TH PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5TH PARAGRAPH
var paragraph_6 	= "yes"		// SHOW THE 6TH PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		// SHOW A SIDEBAR IMAGE
var spacing		= "20"		// SPACING BETWEEN ELEMENTS
var scrollspacing	= "30"		// NUDGE SIDEBAR DOWN
var bordercolor		= "000000"	// SCROLLER AND IMAGE BORDER COLOR

var showproducts	= "no"		// SHOW PRODUCTS BUTTON
var productsX		= "0"		// PRODUCTS BUTTON X LOCATION
var productsy		= "200"		// PRODUCTS BUTTON Y LOCATION
var productslink	= "http://www.projectstc.org/zencart/index.php"	// PAGE LINK FOR THE PRODUCTS BUTTON

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "65"		// SEARCH FORM X LOCATION
var searchy		= "200"		// SEARCH FORM Y LOCATION
var searchcolor		= "000000"	// SEARCH FORM COLOR




// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS




// SEARCH FORM
   if (showsearch == "yes") {

document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchy+'px; width: auto; z-index: 1;" class="printhide">')
document.write('<TABLE cellpadding="0" cellspacing="3" border="0" bgcolor="#'+searchcolor+'" width="150"><tr><td colspan="2">')
document.write('<img src="picts/sidebar-search.gif" border="0" width="150" height="20"><br>')
document.write('</td></tr><tr><td align="center">')
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('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')
document.write('</div>')
}


// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('A message of hope')

document.write('</span>')

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

}
// END SIDEBAR AREA PARAGRAPH 1


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')


// 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>')

}
}




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

document.write('<span class="sidebartitle">')

document.write('<a href="Just4Kids.htm">Just4Kids</a><br>')

document.write('<br></span><span class="sidebartext">')

document.write('Visit our resource page dedicated to providing Christian Bible study resources just for kids!<br>')

document.write('</span>')

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

document.write('<span class="sidebartitle">')

document.write('<a href="FreeBook.htm">FREE Book Program</a><br>')

document.write('<br></span><span class="sidebartext">')

document.write('Take advantage of our large selection of FREE books and Bible studies for you and your family. No cost or obligation. Everything is absolutely FREE!<br>')

document.write('</span>')

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')
}
// END SIDEBAR AREA PARAGRAPH 2


// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

document.write('<span class="<>')

document.write('<a href=></a><br>')

document.write('<br></span><span class="sidebartext">')

document.write('<br>')

document.write('</span>')

document.write('<a href="http://www.bibleinfo.com/en"><img src="picts/Bibleinfo.gif" height="60" width="115"><br>')

}
// END SIDEBAR AREA PARAGRAPH 3


// START SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

document.write('<span class="sidebartitle">')

document.write('<a href="http://www.projectstc.org/zencart/index.php">Share the Good News!</a><br>')

document.write('<br></span><span class="sidebartext">')

document.write('If you have been blessed by these life-changing books and would like to share copies with your friends, family and neighbors, call us toll-free at 1-800-728-6872 to purchase additional copies.<br>')

document.write('</span>')

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')
}
// END SIDEBAR AREA PARAGRAPH 4



// START SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

document.write('<span class="sidebartitle">')

document.write('<a href="DiscoverProphecy.htm">Discover Prophecy</a><br>')

document.write('<br></span><span class="sidebartext">')

document.write('Are you confused about Bible prophecy? Watch these thrilling video presentation from the Word of God and understand Bible prophecy like never before!<br>')

document.write('</span>')

document.write('<img src="picts/spacer.gif" width="10"><br>')

}

// END SIDEBAR AREA PARAGRAPH 6


// START SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_6 == "yes") {

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

document.write('<span class="<>')

document.write('<a href=></a><br>')

document.write('<br></span><span class="sidebartext">')

document.write('<br>')

document.write('</span>')

document.write('<a href="http://kids4truth.com/Dyna/Watchmaker/English.aspx"><img src="picts/watchbannernew.jpg" height="350" width="115"><br>')


}

// END SIDEBAR AREA PARAGRAPH 6


// START PRODUCTS BUTTON

   if (showproducts == "yes") {document.write('<div id="products" style="right: '+productsX+'px; POSITION: absolute; TOP: '+productsy+'px; width: auto; z-index: 1;" class="printhide">')
document.write('<TABLE cellpadding="0" cellspacing="0"border="0"><tr><td>')
document.write('<A HREF="'+productslink+'" ONMOUSEOVER="img_act(\'products\')"ONMOUSEOUT="img_inact(\'products\')"><img name="products" border="0" src="picts/products-off.gif"></a><br>')
document.write('</td></tr></table>')
document.write('</div>')}

// END FILE
