<!-- 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 3rd PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		// SHOW A SIDEBAR IMAGE
var spacing		= "20"		// SPACING BETWEEN ELEMENTS
var scrollspacing	= "38"		// NUDGE SIDEBAR DOWN
var bordercolor		= "000000"	// SCROLLER AND IMAGE BORDER COLOR

var showshop		= "yes"		// SHOW SHOP BUTTON
var shopX		= "0"		// SHOP BUTTON X LOCATION
var shopy		= "200"		// SHOP BUTTON Y LOCATION
var shoplink		= "cart.htm"	// PAGE LINK FOR THE SHOP BUTTON

var showsearch		= "yes"		// 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;">')
document.write('<TABLE cellpadding="0" cellspacing="3" border="0" bgcolor="#'+searchcolor+'" width="147"><tr><td colspan="2">')
document.write('<img src="picts/sidebar-search.gif" border="0" width="147" 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>')
}



// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')



// SCROLLER CODE
   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('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')
}




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Victory is in Your Future:')

document.write('<br></span><span class="sidebartext">')

document.write('VICTRIX Youth Church meets Wednesday nights @ 6:30pm.<br>')

document.write(' Call 815-288-2625 for Info.<br>')

document.write('</span>')

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// 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('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('XXXES - Pronounced Xcess')

document.write('<br></span><span class="sidebartext">')

document.write('In our newest seires XCESS Pastor Don will deal with the issues of Xcess in the areana of human sexuality. These talks will expose the myth that freedom without boundaries leads to the satisfaction of happiness and reveal that the principle guided boundaries of the scripture are what truly provide and protect true satisfaction in human sexuality.<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('<span class="sidebartitle">')

document.write('Doorway of Hope:')

document.write('<br></span><span class="sidebartext">')

document.write('Doorway of Hope an outreach ministry of Turning Point offers opportunities to be involved in sharing the Great Commission and the Great Compassion. Visit their website for more info .<br>')

document.write('</span>')

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')
}
// END SIDEBAR AREA PARAGRAPH 3

// START SHOP BUTTON

   if (showshop == "yes") {
document.write('<div id="shop" style="right: '+shopX+'px; POSITION: absolute; TOP: '+shopy+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>')
document.write('<A HREF="'+shoplink+'" ONMOUSEOVER="img_act(\'shop\')" ONMOUSEOUT="img_inact(\'shop\')"><img name="shop" border="0" src="picts/shop-off.gif"></a><br>')
document.write('</td></tr></table>')
document.write('</div>')
}

// END FILE
