
/* Abrir pop  */
function abrirPopup(link, width, height){

	window.open(link,'','width='+width+', height='+height+', toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no').focus();void(null);
	
	return true;
	
}

