//<!--
	function abrir(uri){
		window.open('verimagen.php?foto='+uri, '_blank', 'height=681,width=619,scrollbar=no');
	}

	function imagen(uri,ref){
		this.uri=uri;
		this.ref=ref;
		
		this.ver=ver;
	}
	
	function ver(){
		document.getElementById('imagen').src='images/resimg.php?foto='+this.uri+'&x=210&y=275';
		document.getElementById('imagen').alt='Ref.'+this.ref;
		document.getElementById('pop_img').href="javascript:abrir('"+this.uri+"');"
		document.getElementById('ref').innerHTML='Ref.'+this.ref;
	}
	
//-->