<!-- Begin





var imagewidth		= "70"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "70"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "10"		// SPACING BETWEEN IMAGES
var spacerwidth 	= "10"		// SPACING BETWEEN IMAGES

var showimages1		= "yes"		// SHOW THE 1st  IMAGE




   if (showimages1 == "yes") {
document.write('<a href="gallery25.php"><img src="images/gallery-thumb-25.jpg" class="hover-border" border="0" height="100" hspace="3" width="100" onmouseover="alert_msg(\'Danga Bay To Pangkor Island\')" onmouseout="away()" width="'+imagewidth+'" height="'+imageheight+'"><br><b>Danga Bay</b></a><br>');
document.write('<img src="images/spacer.gif" width="2" height="'+spacerwidth+'">');
}





//  End -->
