<!--
var linhaazul = "<tr><td height='1' bgcolor='#DE2818'><img src='' width='1' height='1'></td></tr>";
function celula(linha, texto, url){
	if (Pre == linhaazul){x += "<tr><td height='1' bgcolor='#DE2818' class='menu'>&nbsp;<a href='" + url + "' class='menu'><font face='verdana' size='1' color='#FFFFFF'>" + texto + "</font></a></td></tr>";
	}else {x += "<tr><td bgcolor='#FF9999' height='1' onClick='mClk(this)' onmouseout='mOut(this,\"#FF9999\");' onmouseover='mOvr(this,\"#DE2818\");' class='menu'>&nbsp;<a href='" + url + "' class='menu'><font face='verdana' size='1' color='#FFFFFF'>" + texto + "</font></a></td></tr>";};
}
var x = "<table width='130' border='0' cellspacing='0' cellpadding='0'>"
celula(1, 'COBERTURA-UFU', 'http://www.nacionalnet.com.br/artigos/vestibulares.asp?CodigoExame=532')
x += linhaazul;
/*celula(1, 'COBERTURA-FUVEST', 'http://www.nacionalnet.com.br/artigos/fuvest2003-1.asp?codigoexame=336')
x += linhaazul;
celula(2, 'COBERTURA-FMTM', 'http://www.nacionalnet.com.br/artigos/FMTM2003-1.asp?CodigoExame=390')
x += linhaazul;*/
celula(3, 'SATO', 'http://www.nacionalnet.com.br/pre/sato.htm')
x += linhaazul;
celula(4, 'SOPAVE', 'http://www.nacionalnet.com.br/pre/sopave.htm')
x += linhaazul;
celula(5, 'Festa de Aprovação', 'http://www.nacionalnet.com.br/artigos/aprovacao/')
x += linhaazul;
celula(6, 'Outros Vestibulares', 'http://www.nacionalnet.com.br/pre/outrosvestibulares.htm')
x += linhaazul;
celula(7, 'Redação', 'http://www.nacionalnet.com.br/artigos/redacao')
x += linhaazul;
x += "</table>";
document.write (x);
//-->
