// Mantiene la sesion abierta
function mostrarMensaje(mens) {
//	window.open('comun/ventana_mensaje.php?m='+mens,'','width=390, height=220');
	alert(mens);
}

function mostrarError(mens) {
//	window.open('comun/ventana_mensaje.php?t=error&m='+mens,'','width=390, height=220');
	alert(mens);
}
