<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var imagewidth		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "90"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "25"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE
var showimages2		= "yes"		// SHOW THE 2nd  IMAGE
var showimages3		= "yes"		// SHOW THE 3rd  IMAGE
var showimages4		= "yes"		// SHOW THE 4rd  IMAGE
var showimages5		= "yes"		// SHOW THE 5rd  IMAGE

   if (showimages1 == "yes") {
document.write('<a href="FORMgallery1.htm"><img src="images/picts/sidebar-1b.jpg" border="0" onmouseover="alert_msg(\'Rocas y Nieve <br>Rocks & Snow\')" onmouseout="away()" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}



   if (showimages2 == "yes") {
document.write('<a href="FORMgallery2.htm"><img src="images/picts/sidebar-2b.jpg" border="0" onmouseover="alert_msg(\'Desiertos<br>DesertscapeS \')" onmouseout="away()" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages3 == "yes") {
document.write('<a href="FORMgallery3.htm"><img src="images/picts/sidebar-3b.jpg" border="0" onmouseover="alert_msg(\'Agua y Rocas <br> Rocks & Water \')" onmouseout="away()" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages4 == "yes") {
document.write('<a href="FORMgallery4.htm"><img src="images/picts/sidebar-4b.jpg" border="0" onmouseover="alert_msg(\'Flores <br> Flowers \')" onmouseout="away()" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
document.write('<img src="images/picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


   if (showimages5 == "yes") {
document.write('<a href="FORMgallery5.htm"><img src="images/picts/sidebar-5b.jpg" border="0" onmouseover="alert_msg(\'Australia \')" onmouseout="away()" class="hover-border" width="'+imagewidth+'" height="'+imageheight+'"></a><br>');
}





//  End -->
