
function popUp(URL) {
	var w = window.open(URL, 'image', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=554,height=402,left=150,top=150');
	w.focus();
}

