function popArt(winw,winh,image) {
	WinRef = window.open('/work/closeup.html?image=' + image + '','ImageCloseUp',"menubar=no,location=no,resizable=yes,scrollbars=auto,status=no,width=" + winw + ",height=" + winh);
}
