<!--

		var msg="All Images are protected under US and International copyright\nlaws and belong to Michael McGrath at Tarnochtai Publishing. Please respect artists' copyrights \nby only viewing the content of this page on your computer in its live published form. \nAltering, printing, copying, distributing or any other unauthorized use of the images or \ncontent on this site requires written authorization. We would gladly assist you in any image needs \nconcerning this site. Just drop us an e-mail at thirdimension@mac.com";
		function click(e) 
		{
			if(document.all)
			{
				if(event.button == 2||event.button==3)
				{
					alert(msg);
					return false;
				}
			}			
		}		
		if (document.layers)
		{	
			document.captureEvents(Event.MOUSEDOWN);
		}			
		document.onmousedown=click;
// -->