
// Global user functions
function ventanaNueva(ruta){	
	window.open('recomendar.php?dir=' + ruta,'Recomendar','width=420, height=300');
}

