if (document.layers)	
	document.open();

document.writeln("<select name=\"news-it\" onChange=\"window.open( this.options[this.selectedIndex].value , '_self')\">");
document.writeln("<option selected>News-IT Anteriores</option>");
document.writeln('<option value="../01/news1.html">News-IT Jun/2003</option>');
document.writeln('<option value="../02/news1.html">News-IT Ago/2003</option>');
document.writeln('<option value="../03/news1.html">News-IT Out-Nov/2003</option>');
document.writeln('<option value="../04/news1.html">News-IT Dez-Mar/2004</option>');
document.writeln('<option value="../05/news1.html">News-IT Mai-Dez/2004</option>');
document.writeln('<option value="../atual/news1.html">News-IT Atual</option>');
document.writeln('</select>');

if (document.layers)	
	document.close();