// JavaScript Document
function popupWindow(url,inheight,inwidth)
{
	optionsStr = "height=" + inheight + ",width=" + inwidth + ",location=0,menubar=1,scrollbars=1,status=0,toolbar=0"
	newwindow=window.open(url,'newWindow',optionsStr);
	if (window.focus) {newwindow.focus()}
	//return false;
}
function noImageCopy() {if (event.button==2) {alert("All photos on this website are copyright.");}}
function fixImage(img){img.src="http://www.brightfox.com.au/foxdata/images/noimage.gif";}
function showImage(img,bigimg,idcount){document.getElementById('mainpichref').href = "Javascript:showimagebgXSL(img" + idcount + ");";document.getElementById('mainpic').src=img;}



