<!-- 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		= "100"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "100"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "3"		// SPACING BETWEEN IMAGES

var showimages		= "yes"		// SHOW THE SIX IMAGES
var slideshowlink	= "no"		// SHOW SLIDESHOW LINK
var directorylink	= "no"		// SHOW LINK TO DIRECTORY
var homelink		= "no"		// SHOW A LINK TO THE HOMEPAGE


	
   if (showimages == "yes") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery01-p1.htm"><img src="picts/gallery-minerals.jpg" border="0" onmouseover="alert_msg(\'Visiter cette galerie\')" 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="gallery02-p1.htm"><img src="picts/gallery-namibia.jpg" border="0" onmouseover="alert_msg(\'Visiter cette galerie\')" 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="gallery03-p1.htm"><img src="picts/gallery-oman.jpg" border="0" onmouseover="alert_msg(\'Visiter cette galerie\')" 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="gallery04-p1.htm"><img src="picts/gallery-rsa.jpg" border="0" onmouseover="alert_msg(\'Visiter cette galerie\')" 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('<a href="slideshow.htm" target="_blank"><img src="picts/slideshow.png" border="0" onmouseover="alert_msg(\'Diaporama\')" onmouseout="away()" width="100" height="25"></a><br>');
document.write('</td></tr></table>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');



} // DO NOT DELETE THIS LINE

document.write('<!-- ARROW TABLE-->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');
   if (directorylink == "yes") {
document.write('<img src="picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="gallery.htm">Liste des Galeries</a></span><br>');
document.write('</td></tr><tr><td>');

}
   if (slideshowlink == "yes") {
document.write('<img src="picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="javascript:popUpSlideshow(\'slideshow.htm\')">Diaporama</a></span><br>');
}
   if (homelink == "yes") {
document.write('</td></tr><tr><td>');
document.write('<img src="picts/arrow.gif" HEIGHT="15" WIDTH="15" hspace="2"><br>');
document.write('</td><td>');
document.write('<span class="smalltitle"><a href="index.html">HOME</a></span><br>');
}
document.write('</td></tr></table>');
document.write('<!-- ARROW TABLE-->');


//  End -->