<!-- 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


var imagewidth		= "80"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "60"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE FIRST 3 IMAGES
var showimages2		= "no"		// SHOW THE SECOND 3 IMAGES
var homelink		= "no"		// SHOW A LINK TO THE HOMEPAGE


	
   if (showimages1 == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="http://www.true-earth.com/terreno_pronto.htm"><img src="picts/front-pic1.jpg" border="0"onmouseover="alert_msg(\'Terreno Pronto\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="http://www.true-earth.com/effetti_di_usura.htm"><img src="picts/front-pic2.jpg" border="0" onmouseover="alert_msg(\'Effetti di usura\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="http://www.true-earth.com/incrostazioni.htm"><img src="picts/front-pic3.jpg" border="0" onmouseover="alert_msg(\'Effetti di sporcatura\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="http://www.true-earth.com/colorazione.htm"><img src="picts/front-pic5.jpg" border="0" onmouseover="alert_msg(\'Effetti di Colorazione\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="http://www.true-earth.com/gallery_modelli.htm"><img src="picts/front-pic4.jpg" border="0" onmouseover="alert_msg(\'Gallery Modelli\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


// COPY AND PASTE THIS FOUR LINE GROUP TO ADD ANOTHER GALLERY IMAGE LINK


document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="http://www.true-earth.com/gallery_tutorials.htm"><img src="picts/front-pic6.jpg" border="0" onmouseover="alert_msg(\'Metodi di Utilizzo\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

}
   if (showimages2 == "yes") {


} // DO NOT DELETE THIS LINE



document.write('</td></tr></table>');
document.write('<!-- ARROW TABLE-->');


//  End -->
