imgwin=false

function popup (target) {
	if (imgwin){imgwin.close()}	
	param = 'toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,width=1000, height=1000';
	imgwin=window.open(target,'imgwin',param);
	imgwin.focus();			
}


