﻿<!-- 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 showimage		= "yes"		//  SHOW A SIDEBAR IMAGE
var showscroller	= "yes"		//  SHOW A SIDEBAR IMAGE

var bordercolor		= "60583C"	// SCROLLER AND IMAGE BORDER COLOR



// EDIT THE "scroll.variables0.js" FOR SCROLLER OPTIONS




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')
document.write('Information Area:')

document.write('<br></span><span class="sidebartext">')

document.write('Check here often as we will bring you hot news or additional tips.<br>')

document.write('</span>')

document.write('<span class="sidebartitle">')
document.write('<a href="trees.html"><br>')
document.write('Check Out These Amazing Results on Trees</a><br>')

document.write('<a href="lawn.html"><br>')
document.write('Which Lawn Do You Prefer?</a><br>')

//document.write('<a href="army.html"><br>')
//document.write('Army Worms No Match for Mark!</a><br>')

document.write('<a href="ocia.pdf"><br>')



}
// END SIDEBAR AREA PARAGRAPH 1





// 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('<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('Guarantee:')

document.write('<br></span><span class="sidebartext">')

document.write('See our guarantee page to see how confident we are in Genesis Soil Rite!.<br>')

document.write('</span><br><br>')

}
// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('605-260-0784')

document.write('<br></span><span class="sidebartext">')

}
// END SIDEBAR AREA PARAGRAPH 2







