<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR IMAGES


var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "20"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW IMAGES


// TO CHANGE THE SMALL IMAGE LINKS AND MOUSEOVER MESSAGES EDIT THE CODE BELOW:


   if (showimages == "yes") {
document.write('<span class="printhide">');



document.write('<a href="starter-sets.htm"><img src="picts/img36.jpg" border="0" onmouseover="alert_msg(\'Starter Kits\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="add-ons.htm"><img src="picts/img37.jpg" border="0" onmouseover="alert_msg(\'Add Ons\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="new-items.htm"><img src="picts/new-right-sidepanel.jpg" border="0" onmouseover="alert_msg(\'Patterns\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="stencils.htm"><img src="picts/img2C.jpg" border="0" onmouseover="alert_msg(\'Stencils\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="rulers-templates.htm"><img src="picts/templates-side.jpg" border="0" onmouseover="alert_msg(\'Templates &amp; Rulers\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="on-sale.htm"><img src="picts/sale-side.jpg" border="0" onmouseover="alert_msg(\'Specials &amp; Sales\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<a href="site_map.htm"><img src="picts/more-side.jpg" border="0" onmouseover="alert_msg(\'More Products\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('</span>');
}



//  End -->
