<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showimage_2		= "yes"		// SHOW 2ND SIDEBAR IMAGE
var showimage_3		= "yes"		// SHOW 3RD SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH
var noteborder		= "79887E"	// BORDER COLOR AROUND THE NOTES

var showpaypal		= "no"			// SHOW A VIEW CART BUTTON
var paypalemail		= "your@email.com"	// YOUR PAYPAL E-MAIL


document.write('<TABLE cellpadding="5" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');


// FIRST IMAGE AREA


   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/LargeTire.jpg" border="0" width="150" height="176" class="borders"><br><br>');
}

// START FIRST TEXT AREA

//   if (showarea_1 == "yes") {

//document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;" class="smalltext"><legend>');
//document.write('<span class="subtitle">Products:</span></legend>');

//document.write('Here\'s a listing of all our Accessories and Nitrogen Generators.<br>');

//document.write('<a href="N2Units.htm">View our Products');

//document.write('<img src="picts/arrowsmall.gif" border="0" align="middle" hspace="5"></a><br>');

//document.write('</fieldset>');
//document.write('<br><br>');
//}

// END FIRST TEXT AREA



// END VIEW CART AREA

// SECOND IMAGE AREA


   if (showimage_2 == "yes") {
document.write('<IMG SRC="picts/tipbutton.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START SECOND TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;"class="smalltext"><legend>');
document.write('<span class="subtitle">Filtering air:</span></legend>');

document.write('Install a Filter / Regulator on the compressor "T" to keep water from getting to the N2 filters.<br>');

document.write('</fieldset>');

document.write('<br><br>');
}
// END SECOND TEXT AREA

// THIRD IMAGE AREA


   if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/tipbutton.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START THIRD TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;"class="smalltext"><legend>');
document.write('<span class="subtitle">Increase Purity:</span></legend>');

document.write('Fill the tire to 50% capacity, and let it deflate.<br> Then refill to full capacity.  <br>Your N2 purity will be higher');

document.write('</fieldset>');

document.write('<br><br>');
}
// END THIRD TEXT AREA

if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/tipbutton.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START THIRD TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;"class="smalltext"><legend>');
document.write('<span class="subtitle">Tape your joints:</span></legend>');

document.write('Tape all your threaded joints with a good quality Teflon tape to prevent leaks. ');

document.write('</fieldset>');

document.write('<br><br>');
}


if (showimage_3 == "yes") {
document.write('<IMG SRC="picts/tipbutton.jpg" border="0" width="150" height="100" class="borders"><br>');
}

// START THIRD TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style="border: #'+noteborder+' 1px solid; text-align:left; width:152px; padding: 5px;"class="smalltext"><legend>');
document.write('<span class="subtitle">Keep water out</span></legend>');

document.write('Drain any water from your compressor tank, and the Nitrogen F/R every morning to keep your system dry.');

document.write('</fieldset>');

document.write('<br><br>');
}

document.write('</td></tr></table>');
//  End -->