<!-- 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 spacing		= "20"		// SPACING BETWEEN ELEMENTS
var scrollspacing	= "38"		// NUDGE SIDEBAR DOWN
var bordercolor		= "000000"	// SCROLLER AND IMAGE BORDER COLOR

var showproducts	= "yes"		// SHOW PRODUCTS BUTTON
var productsX		= "0"		// PRODUCTS BUTTON X LOCATION
var productsy		= "200"		// PRODUCTS BUTTON Y LOCATION
var productslink	= "cart.htm"	// PAGE LINK FOR THE PRODUCTS 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

var showopt		= "yes"	        // SHOW THE OPT-IN FORM





// 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="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>')




// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="picts/cfpc-150px-wide-logo.png" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')
}



// OPT-IN FORM
   if (showopt == "yes") {


document.write('<SPAN STYLE="COLOR: #ff0000; FONT-FAMILY: Verdana">')
document.write('Advertisement, E-mail,<br><center>or Promotional</center>')
document.write('</span>')
document.write('<form name="OfferCode" method="POST" action="http://centerforphysicianscare.com/ocod/ocverify.php">')
document.write('<div class="opticode">')
document.write('<table align="center">')
document.write('<tr>')
document.write('<td><SPAN STYLE="COLOR: #ff0000; FONT-FAMILY: Verdana">Offer Code:</span></td>')
document.write('<td><input size="10" type="text" name="code1"/>')
document.write('<input type="hidden" name="spage" value="http://centerforphysicianscare.com/sidebar.js" ></td>')
document.write('</tr>')
document.write('<tr>')
document.write('<td colspan="2"><center><input class="ibutton" type="submit" name="opti1sub" value="Submit Code Here"></center></td>')
document.write('</td>')
document.write('</tr>')
document.write('</table>')
document.write('</div>')
document.write('</form>')
}






// 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('<span class="sidebartitle">')

document.write('Mission Statement:')

document.write('<br></span><span class="sidebartext">')

document.write('The overall goal of our clinic is to provide a multi-specialty approach dedicated to the treatment of acute and chronic pain by focusing on the correction of the cause of the symptoms. We specialize in those patients who have sustained accident related injuries. The restoration of proper function and the maintenance of health in a comfortable, professional environment is our mission.<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('<span class="sidebartitle">')

document.write('Solving the Puzzle:')

document.write('<br></span><span class="sidebartext">')

document.write('Your healthcare puzzle cannot be completed without CHIROPRACTIC.  Every piece of your healthcare team is important for what they can do for you.  Chiropractic has a role in optimum health the same as medical doctors, doctors of osteopathy, dentists, eye doctors, and all of their specialties.  Chiropractors focus on what none of these others do by ensuring that nothing interferes with your nervous system. Specifically, the communication between the brain and the rest of your body.  The nervous system (brain, spinal cord, and peripheral nerves) controls every function of your body right down to the cellular level and is the most important factor in how healthy you can be.<br>')

document.write('</span>')

document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')
}
// END SIDEBAR AREA PARAGRAPH 2




// 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
