// JavaScript Document

// Funcion que abre un popup
function abrir_detalle(theURL) {
	
	open(theURL,'_blank','width=537,height=603,top=10,left=62,scrollbars=yes');
	
} 