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

var topspacing		= "5"		// NUDGE SIDEBAR DOWN
var sidewidth		= "5"		// 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('FREE SHIPPING<br></legend>');

//document.write('Free Shipping applies to Continental U.S. only <br>Please call us for other areas.<br>724 864-0200');

//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('Shipping Times<br></legend>');

document.write(' Your order will be built and shipped within 10-15 business days from date that we receive payment. Business days do not include weekends or holidays. Need it sooner? Just Ask. <br><a href="shipping.php">Shipping Policies...</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

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

document.write('Military Discount<br></legend>');

document.write('Active Duty, Retired, Guard and Reserves.<br>Call us for your 10% Discount<br>724 864-0200<br>If a Sale is currently running <br>It will take precedence');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 3




// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="images/misc images/GWizlogo2008A.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}






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


// -- END -->
