var tamanhotela = screen.width; if(tamanhotela<=800) { //alert ("Sua resolução de vídeo é MENOR que 800x600: "+screen.width+"x"+screen.height ); output = ""; } else { //alert ("Sua resolução de vídeo é MAIOR que 800x600: "+screen.width+"x"+screen.height ); output = "
"; } document.writeln( output ) ;