

var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "4"		// SPACING BETWEEN IMAGES
var showimages		= "yes"		// SHOW THE 3 IMAGES



   if (showimages == "yes") {
document.write('<span class="printhide">');



document.write('<a href="how_to_use.html"><img src="picts/front-pic1.jpg" border="0" onmouseover="alert_msg(\'How To Use\')" 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="gallery4.html"><img src="picts/front-pic2.jpg" border="0" onmouseover="alert_msg(\'Real Designs\')" 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="gallery1.html"><img src="picts/front-pic3.jpg" border="0" onmouseover="alert_msg(\'Ideas Gallery\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('</span>');
}

