
<!--
// basic popup code embelished by code by PPK at http://www.xs4all.nl/~ppk/js/

var newwindow;
function openlargeimg(url)
{
	newwindow=window.open(url,'name','height=800,width=1300');
	if (window.focus) {newwindow.focus()}
}
// -->
