

var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "90"		// 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="el_draguito_garden_center.html"><img src="picts/logo_draguito_g.gif" border="0" onmouseover="alert_msg(\'EL Draguito Garden Center\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'" class="borders"></a><br>');



document.write('</span>');
}



