<!-- 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 paragraph_3 	= "yes"		// SHOW THE 3rd PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4th PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5th PARAGRAPH
var showimage_1		= "no"		// SHOW SIDEBAR IMAGE 1
var showimage_2		= "no"		// SHOW SIDEBAR IMAGE 2
var showimage_3		= "no"		// SHOW SIDEBAR IMAGE 3
var showimage_4		= "no"		// SHOW SIDEBAR IMAGE 4
var topspacing		= "1"		// NUDGE SIDEBAR DOWN
var sidewidth		= "150"		// 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 (showimage_4 == "yes") {

// document.write('<center>');
// document.write('<a href="pdf/Model_MZ.pdf" onMouseover="document.mz.src=\'picts/lightweight_2.jpg\'" onMouseout="document.mz.src=\'picts/lightweight_1.jpg\'"><img src="picts/lightweight_1.jpg" border="0" alt="New Aluminum Skidmore Model MZ Now Available!" title="New Aluminum Skidmore Model MZ Now Available!" name="mz"></a>');
// document.write('</center>');
// document.write('<br>');
// } 

if (paragraph_1 == "yes") {
document.write('<fieldset><legend><span class="green">');
document.write('Model MZ<br></span></legend>');
document.write('Our newest lightweight design is now available. <br><a href="pdf/Model_MZ.pdf">Learn more</a>.<br>');
document.write('</fieldset>');
document.write('<br>');
}

 if (paragraph_2 == "yes") {
document.write('<fieldset><legend><span class="ltblue">');
document.write('Calibration<br></span></legend>');
document.write('To ensure consistent performance, we recommend yearly <a href="calibration.htm">calibration</a> for all of our units.  Please remember to fill out our <a href="/pdf/calibrating.pdf">Calibration/ Repair Request Form</a> to avoid any delays!<br>');
document.write('</fieldset>');
document.write('<br>');
}

if (paragraph_3== "yes") {
document.write('<fieldset><legend><span class="ltblue">');
document.write('ROCAP Tips<br></span></legend>');
document.write('Tips when performing ROCAP tests using a the Skidmore Wilhelm Bolt Tension Calibrator<br><a href="pdf/rocap_tips.pdf">Learn more</a>.<br>');
document.write('</fieldset>');
document.write('<br>');
}

 if (paragraph_4 == "yes") {
document.write('<fieldset><legend><span class="ltblue">');
document.write('Pelican Case<br></span></legend>');
document.write('Upgrade today to the new Pelican Case. <a href="pdf/pelican_case.pdf">Click here</a> for more details.<br>');
document.write('</fieldset>');
document.write('<br>');
}

 if (paragraph_5 == "yes") {
document.write('<fieldset><legend><span class="ltblue">');
document.write('Trade Shows<br></span></legend>');
document.write('Come and see us at these trade shows and seminars. <a href="tradeshows.htm">Click here</a> for more details.<br>');
document.write('</fieldset>');
document.write('<br>');
}

// END SMALL PICTURE AREA 3
document.write('</td></tr></table>');


// -- END -->