W=parseInt(screen.width);
H=parseInt(screen.height);
if (H<768 || W<1024) $("#alerta").show('slow');
