<!-- Begin

var rotate_delay 	= 4000; 	// delay in milliseconds (5000 = 5 secs)
var right_click_on	= "yes"		// RIGHT CLICK PROTECTION ON



   if (right_click_on == "yes") {
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
document.write('<script language="JavaScript">')
document.write('function noRightClick() {')
document.write('if (event.button==2) {')
document.write('alert(\'You may not right mouse click this page.\')')
document.write('}')
document.write('}')
document.write('document.onmousedown=noRightClick')
document.write('</script>')
}



// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" ><tr><td align="center">');



// START LINKS COPY AND PASTE 2 LINES TO ADD A NEW BUTTON




document.write('<a href="index.html"> <img src="picts/Homemenu.jpg" border="0"  class="Galborder"   a hover="picts/firstmenu.gif" ></a>');

document.write('<a href="about.htm"><img src="picts/Aboutmenu.jpg" border="0" class="Galborder" ></a>');



document.write('<a href="gallery.htm"><img src="picts/Gallerymenu.jpg" border="0" class="Galborder" ></a>');

document.write('<a href="contact.htm"><img src="picts/Contactmenu.jpg" border="0" class="Galborder" ></a>');





document.write('</td></tr></table>');


//  End -->