	function openPhotoInNewWindow(that ,width,  height,  resizable ){
		if( that.value != "#" ){
	window.open(that,null,'height='+height+',width='+width+',status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes, resizable='+resizable);
		}
	}


