set device to print
set printer to \internet\outros.htm
@ prow()+1,00 say '<html>'
@ prow()+1,00 say '<head>'
@ prow()+1,00 say '<meta http-equiv='+q+'Content-Language'+q+' content='+q+'en-us'+q+'>'
@ prow()+1,00 say '<meta http-equiv='+q+'Content-Type'+q+' content='+q+'text/html; charset=windows-1252'+q+'>'
@ prow()+1,00 say '<title>OUTROS</title>'
@ prow()+1,00 say '<style fprolloverstyle>A:hover {color: red; font-weight: bold}'
@ prow()+1,00 say '</style>'
@ prow()+1,00 say '</head>'
@ prow()+1,00 say '<body topmargin='+q+'0'+q+' leftmargin='+q+'0'+q+' rightmargin='+q+'0'+q+' bottommargin='+q+'0'+q+' marginwidth='+q+'0'+q+' marginheight='+q+'0'+q+' bgcolor='+q+'#E9FDFE'+q+'>'
@ prow()+1,00 say '<p><font face='+q+'Arial'+q+'>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../internet/estatist.htm'+q+'>Estatísticas</a><br>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../cua1005/revez.doc'+q+'>Revezamento</a><br>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../internet/inscrito.htm'+q+'>Inscritos</a><br>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../internet/juizes.htm'+q+'  >Perfil Juizes</a><br>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../internet/Equipes.htm'+q+'>Pontos Equipes</a><br>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../internet/Release.htm'+q+'>Release</a><br>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../internet/Finais.htm'+q+'>Finais</a><br>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../internet/semifin.htm'+q+'>Semi-Finais</a><br>'
@ prow()+1,00 say '<a target='+q+'_blank'+q+' href='+q+'../../internet/fichains.htm'+q+'>Ficha Inscricao</a><br>'
@ prow()+1,00 say '</body>'
@ prow()+1,00 say '</html>'
set device to screen
set printer off
return
