

<!-- Begin



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



var message="You may not right mouse click this page.";

if (navigator.appName == 'Microsoft Internet Explorer'){

function NOclickIE(e) {

if (event.button == 2 || event.button == 3) {

alert(message);

return false;

}

return true;

}

document.onmousedown=NOclickIE;

document.onmouseup=NOclickIE;

window.onmousedown=NOclickIE;

window.onmouseup=NOclickIE;

}

else {

function NOclickNN(e){

if (document.layers||document.getElementById&&!document.all){

if (e.which==2||e.which==3){

alert(message);

return false;

}}}

if (document.layers){

document.captureEvents(Event.MOUSEDOWN);

document.onmousedown=NOclickNN; }

document.oncontextmenu=new Function("alert(message);return false")

}





document.write('<TABLE cellpadding="3" cellspacing="0" border="0" bordercolor="#000000" style="border-collapse:collapse"><tr><td align="center">');



document.write('<a href="javascript:popUpSlideshow(\'slideshow.htm\')">Slideshow</a>&nbsp;<br>');





document.write('</td><td width="20" align="center">');

document.write('<a href="gallery-1.htm">G1</a><br>');





document.write('</td><td width="20" align="center">');

document.write('<a href="gallery-2.htm">G2</a><br>');





// NOTE: COPY AND PASTE THE NEXT 2 LINES ABOVE OR BELOW TO ADD A LINK





document.write('</td><td width="20" align="center">');

document.write('<a href="gallery-3.htm">G3</a><br>');





document.write('</td></tr></table>');



//  End -->
