<!-- 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		= "no"		// SHOW SIDEBAR IMAGE
var showarea_1		= "no"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "no"		// SHOW THE 2ND PARAGRAPH
var links		= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR

var showtitle		= "no"		// SHOW GALLERY TITLE AS TEXT
var showtitleG		= "yes"		// SHOW GALLERY TITLE AS IMAGE (sidebar_galleries.gif)
var showthumbs_1	= "yes"		// SHOW 1st GROUP OF GALLERY THUMBNAILS
var showthumbs_2	= "yes"		// SHOW 2nd GROUP OF GALLERY THUMBNAILS
var showthumbs_3	= "yes"		// SHOW 3rd GROUP OF GALLERY THUMBNAILS

// FLASH CHANGER OPTIONS
var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashwC		= "180"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "120"		// HEIGHT OF THE FLASH CHANGER
var flashborderC	= "000000"	// FLASH CHANGER BORDER COLOR

document.write('<TABLE cellpadding="0" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');

// FLASH IMAGE CHANGER
   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="2" bgcolor="#000000" border="0"  style="border: #'+flashborderC+' 0px solid;"><tr><td>');
document.write('<IFRAME name="FlashFrame" src="flash/image_changer.htm"  width="'+flashwC+'" height="'+flashhC+'" frameborder="0" scrolling="no"></IFRAME><br>');
document.write('</td></tr></table>');
document.write('<br><br>');
}

// START GALLERY TITLE TEXT
//   if (showtitle == "yes") {
//document.write('<span class="smalltitle">');
//document.write('G A L L E R I E S<br><br>');
//document.write('</span>');
//}

// START GALLERY TITLE IMAGE
   if (showtitleG == "yes") {
document.write('<img src="picts/productlines.png" alt="CLICK below for Our Product Lines"><br><br>');
}

// START ROW 1 OF THUMBNAILS
   if (showthumbs_1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="180">');
document.write('<tr><td align="center" width="100%">');
document.write('<a href="vanladder1.htm"><img src="gallery/vanladder.jpg" border="0" width="150" height="142" class="Galborder" alt="CLICK to see our VAN LADDER Products"></a><br>');
document.write('</td></tr></table>');
}

// START ROW 2 OF THUMBNAILS
   if (showthumbs_2 == "no") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="180">');
document.write('<tr><td align="center" width="100%">');
document.write('<a href="products.htm"><img src="gallery/weatherguard.gif" border="0" width="180" height="34" class="Galborder" alt="CLICK to see our WEATHER GUARD Van & Truck Products"></a><br>');
document.write('</td></tr></table>');
document.write('<br>'); 
}

// START ROW 3 OF THUMBNAILS
   if (showthumbs_2 == "no") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="180">');
document.write('<tr><td align="center" width="100%">');
document.write('<a href="products.htm"><img src="gallery/knaack.png" border="0" width="160" height="57" class="Galborder" alt="CLICK to see our KNAACK Jobsite Storage Products"></a><br>');
document.write('</td></tr></table>');
document.write('<br>');
}

// START ROW 4 OF THUMBNAILS
   if (showthumbs_1 == "no") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="180">');
document.write('<tr><td align="center" width="100%">');
document.write('<a href="products.htm"><img src="gallery/whelen.png" border="0" width="180" height="33" class="Galborder" alt="CLICK to see our WHELEN AMBER LIGHTING Products"></a><br>');
document.write('</td></tr></table>');
document.write('<br>');
}

// 1st TEXT AREA
   if (showarea_1 == "yes") {

document.write('<fieldset style=" text-align:left; width:180px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');

document.write('<a href="about.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END 1st TEXT AREA

// SIDEBAR IMAGE AREA
   if (showimage_1 == "yes") {
document.write('<IMG SRC="picts/sidebar.jpg" border="0" width="180" height="133" class="borders"><br><br>');
}

// 2nd TEXT AREA
   if (showarea_2 == "yes") {

document.write('<fieldset style=" text-align:left; width:180px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">Your Notes:</span></legend>');

document.write('This area is for notes or links. Edit the sidebar.js to update this text. ');

document.write('<a href="about.htm">More...</a>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// END 2nd TEXT AREA

// SAMPLE LINKS AREA
   if (links == "yes") {

document.write('<fieldset style=" text-align:left; width:180px; padding: 5px;" class="smalltext"><legend>');
document.write('<span class="subtitle">More Links:</span></legend>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('<a href="about.htm">Edit This Sample Link</a><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}
// SAMPLE LINKS AREA

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