<!-- 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_1		= "yes"		// SHOW A SIDEBAR IMAGE1
var showimage_2     = "yes"     // SHOW A SIDEBAR IMAGE2
var topspacing		= "55"		// 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 == "yes") {

document.write('<fieldset><legend>');

document.write('Distributor wanted !<br></legend>');

document.write('Interested in distribution of any product? Please <br> <a href="contact.htm">contact us.</a><br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage_1 == "yes") {

document.write('<br><center>');
document.write('<a href="hsf.htm"><img src="picts/film/film_roll_150x75.gif" border="0" class="borders"></a>');
document.write('</center>');
document.write('');
}

// if (showimage_2 == "yes") {

// document.write('<br><center>');
// document.write('<a href="hsf.htm"><img src="picts/film/film_roll_150x75.gif" border="0" class="borders"></a>');
// document write('<a href="epoxy_putty.htm"><img src="picts/chemicals/super_plastic_steel_150x75.gif" border="0" class="borders"></a><br>');
// document.write('</center>');
// document.write('');
// }





// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "no") {

document.write('<fieldset><legend>');

document.write('Window tint film<br></legend>');

document.write('We also look for distributors for window tint film, speciallized with solar energy controlled by nir absorbing dye. If you interested, please call or e-mail.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->