<!--
function showImage(URL, www, x, y) {
	aWindow = 
window.open(URL, "URL"+www, "width="+x+",height="+y+",toolbar=0,directories=0,menubar=0,status=no,resizable=0,location=no,scrollbars=0,copyhistory=0");
	aWindow.focus();
	}
// -->;
