<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "no") {

document.write('<fieldset><legend>');

document.write('Coaching by Phone<br></legend>');



document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1






// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<img src="picts/help-160w.jpg" border="0" ></a><br>');
document.write('</center>');
document.write('<br><br>');
document.write;
}


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('ADVANTAGES</legend>');

document.write('<FONT COLOR="#000000" SIZE="2" FACE="Arial"><div ALIGN="LEFT"><div style="margin-top:11px; ">1. You will speak directly with Dr. Ken Newberger, a conflict resolution <b>specialist.</b> No one will know that your actions are being guided by an expert.<br><br>2. Telephone coaching is <b>focused</b>.  It requires less time than face to face meetings.  Talking about your situation begins right away and lasts only as long as needed.<br><br>3.  Telephone coaching is <b>less costly</b> than face to face meetings. &nbsp;There are no travel expenses. Moreover, because Dr. Newberger is willing to call you, you will incur no long distance charges.<br><br>4. Telephone coaching is <b>convenient</b>. Talk from your home or office.<br><br>5. Telephone coaching is <b>confidential</b> and safe. What you share in private stays private.<br><br>Call toll-free 888-887-1178 for help and guidance.<br><br>'); 

// <a href="contact.htm">Contact us...</a>

document.write('</fieldset>');


}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// SMALL PICTURE AREA 2

   if (showimage_2 == "yes") {

document.write('<center>');
document.write('<img src="picts/phone-160w.jpg" border="0" ></a><br>');
document.write('</center>');
document.write('<br><br>');
document.write;
}



document.write('</td></tr></table>');


// -- END -->
