Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
157 lines (152 sloc)
5.64 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Menu esquerdo</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| </head> | |
| <body bgcolor="#000066" leftmargin="5"> | |
| <div align="center"> | |
| <p><a href="capa.htm" target="main"><img src="images/logo60.gif" width="117" height="52" border="0" alt="Home"></a></p> | |
| <p><a href="../site/capa.htm" target="main"> <br> | |
| </a> | |
| <script language="JavaScript"><!-- | |
| // Browser Detect | |
| bName = navigator.appName; //detect for Netscape 3+ or IE 4+ | |
| bVer = parseInt(navigator.appVersion); | |
| if ((bName == "Netscape" && bVer >= 3) || | |
| (bName == "Microsoft Internet Explorer" && bVer >=4)) br = "n3"; | |
| else br = "n2"; | |
| // Create image objects, preload all active and inactive images. | |
| if (br== "n3") { | |
| //Active Menu Items | |
| img01on = new Image(); | |
| img01on.src = "images/botao12.gif"; | |
| img02on = new Image(); | |
| img02on.src = "images/botao22.gif"; | |
| img03on = new Image(); | |
| img03on.src = "images/botao32.gif"; | |
| img04on = new Image(); | |
| img04on.src = "images/botao42.gif"; | |
| img05on = new Image(); | |
| img05on.src = "images/botao52.gif"; | |
| img06on = new Image(); | |
| img06on.src = "images/botao62.gif"; | |
| img07on = new Image(); | |
| img07on.src = "images/botao72.gif"; | |
| img08on = new Image(); | |
| img08on.src = "images/botao82.gif"; | |
| img09on = new Image(); | |
| img09on.src = "images/botao92.gif"; | |
| //Inactive Menu Items | |
| img01off = new Image(); | |
| img01off.src = "images/botao11.gif"; | |
| img02off = new Image(); | |
| img02off.src = "images/botao21.gif"; | |
| img03off = new Image(); | |
| img03off.src = "images/botao31.gif"; | |
| img04off = new Image(); | |
| img04off.src = "images/botao41.gif"; | |
| img05off = new Image(); | |
| img05off.src = "images/botao51.gif"; | |
| img06off = new Image(); | |
| img06off.src = "images/botao61.gif"; | |
| img07off = new Image(); | |
| img07off.src = "images/botao71.gif"; | |
| img08off = new Image(); | |
| img08off.src = "images/botao81.gif"; | |
| img09off = new Image(); | |
| img09off.src = "images/botao91.gif"; | |
| } | |
| function imgAct(imgName) { | |
| if (br == "n3") { | |
| document[imgName].src = eval(imgName + "on.src"); | |
| } | |
| } | |
| function imgInact(imgName) { | |
| if (br == "n3") { | |
| document[imgName].src = eval(imgName + "off.src"); | |
| } | |
| } | |
| //--> | |
| </script> | |
| </p> | |
| </div> | |
| <center> | |
| <table border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td> | |
| <table border="0" cellpadding="0" cellspacing="0" height="312"> | |
| <tr> | |
| <td colspan="2"><a href="gradua.htm" target="main" | |
| onMouseOver="imgAct('img01')" | |
| onMouseOut="imgInact('img01')"><img | |
| src="images/botao11.gif" border="0" width="125" | |
| height="20" name="img01" alt="Cursos de Graduação"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><a href="pgra.htm" | |
| target="main" onMouseOver="imgAct('img02')" | |
| onMouseOut="imgInact('img02')"><img | |
| src="images/botao21.gif" border="0" width="125" | |
| height="20" name="img02" alt="Cursos de Pós-graduação"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><a href="extensao/index.html" target="main" | |
| onMouseOver="imgAct('img03')" | |
| onMouseOut="imgInact('img03')"><img | |
| src="images/botao31.gif" border="0" width="125" | |
| height="20" name="img03" alt="Cursos de Extensão"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><a href="eventos/index.html" | |
| target="main" onMouseOver="imgAct('img06')" | |
| onMouseOut="imgInact('img06')"><img | |
| src="images/botao61.gif" border="0" width="125" | |
| height="20" name="img06" alt="Programação de eventos na UGF"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><a href="editora/index.html" | |
| target="main" onMouseOver="imgAct('img05')" | |
| onMouseOut="imgInact('img05')"><img | |
| src="images/botao51.gif" border="0" width="125" | |
| height="20" name="img05" alt="Eidtora Gama Filho"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><a href="iac/index.html" target="main" | |
| onMouseOver="imgAct('img04')" | |
| onMouseOut="imgInact('img04')"><img | |
| src="images/botao41.gif" border="0" width="125" | |
| height="20" name="img04" alt="Instituto de Arte e Cultura"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><a href="esporte.htm" | |
| target="main" onMouseOver="imgAct('img07')" | |
| onMouseOut="imgInact('img07')"><img | |
| src="images/botao71.gif" border="0" width="125" | |
| height="20" name="img07" alt="Atividades oferecidas e Programação Esportiva"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><a href="serv.htm" | |
| target="main" onMouseOver="imgAct('img08')" | |
| onMouseOut="imgInact('img08')"><img | |
| src="images/botao81.gif" border="0" width="125" | |
| height="20" name="img08" alt="Serviços oferecidos à comunidade"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><a href="nead.htm" | |
| target="main" onMouseOver="imgAct('img09')" | |
| onMouseOut="imgInact('img09')"><img | |
| src="images/botao91.gif" border="0" width="125" | |
| height="20" name="img09" alt="Nead"></a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"> | |
| <div align="center"><font face="Arial, Helvetica, sans-serif" size="2" color="#000066"><a href="docentes/index.html" target="main">-</a></font></div> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </center> | |
| </body> | |
| </html> |