59
| <![CDATA[<td colspan="2" style="line-height: 150%; background: url(img/topo80anos.jpg) no-repeat" align="left" width="960px" height="353px">
<img src="img/seta2.jpg"> ;<a href="index.php" class="menu">Página Inicial</a><br>
<img src="img/seta2.jpg"> ;<a href="instituicao.php" class="menu">Instituição</a><br>
<img src="img/seta2.jpg"> ;<a href="quem.php" class="menu">Quem Somos</a><br>
<img src="img/seta2.jpg"> ;<a href="especialidades.php" class="menu">Especialidades</a><br>
<img src="img/seta2.jpg"> ;<a href="ensino.php" class="menu">Ensino</a><br>
<img src="img/seta2.jpg"> ;<a href="pesquisas.php" class="menu">Pesquisas</a><br>
<img src="img/seta2.jpg"> ;<a href="licitacoes.php" class="menu">Licitações</a><br>
<img src="img/seta2.jpg"> ;<a href="cursos.php" class="menu">Cursos e Eventos</a><br>
<img src="img/seta2.jpg"> ;<a href="publicacoes.php" class="menu">Publicações</a><br>
<img src="img/seta2.jpg"> ;<a href="assessoria.php" class="menu">Assessoria de Comunicação</a><br>
<img src="img/seta2.jpg"> ;<a href="sites.php" class="menu">Sites de Interesse</a><br>
<img src="img/seta2.jpg"> ;<a href="comite.php" class="menu">Comitê de Ética e Pesquisa</a>
</td>]]>
|
6
| <![CDATA[<script type="text/javascript">
function horizontal() {
var navItems = document.getElementById("cw_menuprincipal").getElementsByTagName("li");
for (var i=0; i< navItems.length; i++) {
if ((navItems[i].className == "cw_submenu")) {
if (navItems[i].getElementsByTagName('ul')[0] != null) {
navItems[i].onmouseover=function() {
this.getElementsByTagName('ul')[0].style.display="block";
}
navItems[i].onmouseout=function() {
this.getElementsByTagName('ul')[0].style.display="none";
}
}
}
}
}
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function'){
window.onload = func;
} else {
window.onload = function(){
oldonload();
func();
}
}
}
function organograma(){
var d = document;
if (d.getElementById('janelapopup').style.visibility=="hidden")
d.getElementById('janelapopup').style.visibility="visible";
else
d.getElementById('janelapopup').style.visibility="hidden";
}
function janela(newwindow) {
var desktop = window.open(newwindow,'_self','toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,menubar=yes,resizable=yes');
}
</script>]]>
|
99
| <![CDATA[<script>
function PaginaInicial(pagina) {
if (document.all) {
document.body.style.behavior='url(#default#homepage)';
document.body.setHomePage(pagina);
}
else if (window.sidebar) {
if (window.netscape) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}
catch(e) {
alert("Esta ação foi bloqueada pelo seu browser, se você deseja habilitar, por favor digite about:config na sua barra de endereços, e mude o valor de signed.applets.codebase_principal_support para true");
}
}
var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref('browser.startup.homepage',pagina);
}
}
</script>]]>
|