function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function nocopy() {
  alert("These images are protected by Australian and international copyright laws. Breaches will be fined and/or prosecuted.\n&copy; Esther Beaton");
}

function enlarge(what) {
  newurl = what
  winsize = 'width=480,height=490,left=50,top=50,resizable=yes';
  newWindow = window.open ('','newWindow',winsize);
  newWindow.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/html4/strict.dtd">')
  newWindow.document.write('<html><head><title>'+newurl+'</title>');
  newWindow.document.write('<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">');
  newWindow.document.write('<meta name="MSSmartTagsPreventParsing" content="true">');
  newWindow.document.write('<meta http-equiv="imagetoolbar" content="false">');
  newWindow.document.write('<style media="screen" type="text/css">');
  newWindow.document.write('<!--body {background-color:#fff; color:#660;font-size:10px;margin:5px;}');
  newWindow.document.write('p {font-family:verdana,arial,helvetica,sans-serif; font-size:10px; margin:5px 0;}-->');
  newWindow.document.write('</style></head><body><div align="center"><table height="460" width="450"><tr><td align="center" valign="middle">');
  newWindow.document.write('<img src="'+newurl+'" >');
  newWindow.document.write('<p><b>Serial: '+newurl+'</b><br>&copy; Esther Beaton. Unlicensed reproduction prohibited.</p></td></tr></table></div></body></html>');
  newWindow.document.close();
  newWindow.focus();
}

