// JavaScript Document
function verRecorte(s,w) {
  ancho = w + 20
  foto = window.open('verRecorte.php?id=' + s + '.jpg','foto','width=' + ancho + ',height=400,scrollbars=yes,resizable=yes');
  foto.focus();
}
	 