function VerZoom(sImagen){
	window.open('zoom.asp?imagen=' + sImagen,'zoom','top=20,left=20,height=20,width=20,resizable=yes,scrollbars=yes');
}