function newWin (imgurl) {
	window.open("/images/window.php?imgurl=" + imgurl, 'imgWin', 'menubar=no');
}