<!-- Begin

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


am = "     Greetings ... Thank you for your interest in our photography.  \n   \n To purchase publishing rights or fine art prints, please contact us at \n \n         naturesmoments@comcast.net or toll free (877) 576-6238 \n  \n   (c) Copyright Nick Kalathas, Nature's Moments   All Rights Reserved";


// do not edit below this line
// ===========================
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"

function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}

document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR


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

var showimages1		= "yes"		// SHOW THE FIRST 3 IMAGES
var showimages2		= "no"		// SHOW THE SECOND 3 IMAGES
var slideshowlink	= "yes"		// SHOW SLIDESHOW LINK
var directorylink	= "yes"		// SHOW LINK TO DIRECTORY
var homelink		= "no"		// SHOW A LINK TO THE HOMEPAGE


	
   if (showimages1 == "no") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery1.htm"><img src="picts/front-pic1.jpg" border="0" onmouseover="alert_msg(\'View Gallery 1\')" 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="gallery2.htm"><img src="picts/front-pic2.jpg" border="0" onmouseover="alert_msg(\'View Gallery 2\')" 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="gallery3.htm"><img src="picts/front-pic3.jpg" border="0" onmouseover="alert_msg(\'View Gallery 3\')" 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") {

document.write('<table cellpadding="0" cellspacing="0" border="0" class="imageborder"><tr><td>');
document.write('<a href="gallery4.htm"><img src="picts/front-pic4.jpg" border="0" onmouseover="alert_msg(\'View Gallery 4\')" 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="gallery5.htm"><img src="picts/front-pic5.jpg" border="0" onmouseover="alert_msg(\'View Gallery 5\')" 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="gallery6.htm"><img src="picts/front-pic6.jpg" border="0" onmouseover="alert_msg(\'View Gallery 6\')" 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="gallery6.htm"><img src="picts/front-pic6.jpg" border="0" onmouseover="alert_msg(\'View Gallery 6\')" 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>');




} // DO NOT DELETE THIS LINE



//  End -->
