<!-- 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 topspacing		= "3"		// NUDGE SIDEBAR DOWN
var sidewidth		= "155"		// 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 == "yes") {

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

document.write('Tech Tip<br></legend>');

document.write('When sanitizing lowspeed motors & attachments that are not being removed from their tubing, it is best not to spray an antiseptic solution on the handpiece itself.  Rather, it is better to spray the antiseptic solution on a sterile wipe first, and then apply the wipe to the handpiece.  This prevents excessive corrosion of the handpiece over the long term. - Your Tech</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1



// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('Now You Know<br></legend>');

document.write('The first people to use a toothbrush were the Hindus of India who used the end of a fresh twig, which was frayed into fibers, in 4000 B.C. The Babylonians in 3500 B.C. called their toothbrush a \'chewing stick.\'<br><br>Sources: American Dental Association, Toothbrush Express, Dentalxchange, \'Toothworms and Spider Juice: An Illustrated History of Dentistry\' by Loretta Frances, Ichord, Millerbrook Press.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="about.htm"><img src="picts/ndhra-sml.jpg" alt="National Dental Handpiece Repair Association" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}










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


// -- END -->