<!-- Begin





var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// 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 4th  IMAGE


   if (showimages1 == "yes") {
document.write('<a href="gallery20.php"><img src="images/orangutan-relaxing-thumb.jpg" class="hover-noframe" border="0" height="140" hspace="3" width="140" onmouseover="alert_msg(\'An Orangutan Relaxing\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br>');
}


   if (showimages2 == "yes") {
document.write('<a href="gallery20.php"><img src="images/orangutan-foundation-thumb.jpg" class="hover-noframe" border="0" height="140" hspace="3" width="140" onmouseover="alert_msg(\'Camp Leakey, Kumai River - Kalimantan\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br>');
}


   if (showimages3 == "yes") {
document.write('<a href="gallery20.php"><img src="images/pitcher-plant-thumb.jpg" class="hover-noframe" border="0" height="140" hspace="3" width="140" onmouseover="alert_msg(\'Pitcher Plant - Kalimantan Jungle Flora\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br></a>');
}

   if (showimages4 == "yes") {
document.write('<a href="gallery20.php"><img src="images/jungle-king-thumb.jpg" class="hover-noframe" border="0" height="140" hspace="3" width="140" onmouseover="alert_msg(\'Jungle King - An Assertive King Orangutan\')" onmouseout="away()" class="borders" width="'+imagewidth+'" height="'+imageheight+'"><br></a><br></a>');
}





//  End -->
