function js2007_abre_galeria() {
xxx=window.open('/galerias_2009/unieuro/index.htm?1','galeria','width=660,height=463,scrollbars=no,navigation=no,status=yes');window.xxx.focus();
}

js2007_url="https://www.unieuro.edu.br";

js2007_sigla_instituicao="UNIEURO";

js2007_menu="";
js2007_menu=js2007_menu+"<ul id='css2007_menubar'>";
js2007_menu=js2007_menu+"<li><a href='https://www.unieuro.edu.br/'>PRINCIPAL</a></li>";
js2007_menu=js2007_menu+"<li><a href='https://www.unieuro.edu.br/'>UNIEURO</a><ul><li><a href='http://www.unieuro.edu.br/unieuro_pessoal.asp'>Estrutura</a></li><li><a href='http://www.unieuro.edu.br/calendario.asp'>Calendário Acadêmico</a></li></ul></li>";
js2007_menu=js2007_menu+"<li><a href='http://www.unieuro.edu.br/noticias_listar.asp'>NOVIDADES</a><ul><li><a href='http://www.unieuro.edu.br/noticias_listar.asp'>Últimas Notícias</a></li><li><a href='http://www.unieuro.edu.br/revistas.asp'>Revistas Eletrônicas</a></li></ul></li>";
js2007_menu=js2007_menu+"<li><a href='http://www.unieuro.edu.br/graduacao.asp'>GRADUAÇÃO</a><ul><li><a href='http://www.unieuro.edu.br/graduacao.asp'>Lista de Cursos</a></li><li><a href='http://www.unieuro.edu.br/estagios.asp'>Estágios</a></li></ul></li>";
js2007_menu=js2007_menu+"<li><a href='http://www.unieuro.edu.br/posgraduacao_2005/default.asp'>PÓS-GRADUAÇÃO</a><ul><li><a href='http://www.unieuro.edu.br/posgraduacao_2005/default.asp'>Especialização e MBA</a></li><li><a href='http://www.unieuro.edu.br/posgraduacao_2005/mestrado.asp'>Mestrado</a></li><li><a href='http://www.unieuro.edu.br/servicos_2005/teses/ConsultarTese.asp'>Banco de Teses</a></li></ul></li>";
js2007_menu=js2007_menu+"<li><a href='http://www.unieuro.edu.br/posgraduacao_2005/extensao.asp'>EXTENSÃO</a></li>";
js2007_menu=js2007_menu+"<li><a href='https://www.unieuro.edu.br/servicos_2005/default.asp'>SERVIÇOS</a><ul><li><a href='https://www.unieuro.edu.br/servicos_2005/login_alunos.asp'>Apoio ao Aluno</a></li><li><a href='https://www.unieuro.edu.br/servicos_2005/login_professores.asp'>Professores</a></li><li><a href='https://www.unieuro.edu.br/servicos_2005/login_funcionarios.asp'>Funcionários</a></li><li><a href='https://www.unieuro.edu.br/WebFornecedores'>Fornecedores</a></li><li><a href='https://www.unieuro.edu.br/senhas_alunos.asp'>Recuperar Senha</a></li><li><a href='http://www.unieuro.edu.br/servicos_2005/boletovia2/boletovia2.htm'>2ª Via de Boleto</a></li><li><a href='https://mail.euroamericana.com.br/'>WebMail</a></li></ul></li>";
js2007_menu=js2007_menu+"<li><a href='https://www.unieuro.edu.br/vestonline/principal.asp'>VESTIBULAR</a></li>";
js2007_menu=js2007_menu+"<li><a href='http://www.unieuro.edu.br/fale_conosco.asp'>CONTATO</a></li>";
js2007_menu=js2007_menu+"</ul>";

js2007_rodape="<ul><li><a href='http://www.unieuro.edu.br'>PRINCIPAL</a></li></ul><p><b>Unidade Asa Sul:</b> Av. das Nações, Trecho 0, Conjunto 5, Brasília - DF<br><b>Unidade Asa Norte:</b> Sgan 916, Conj. D, Asa Norte, Brasília - DF<br><b>Unidade Águas Claras:</b> Avenida Castanheira, Lote 3700, Águas Claras - DF<br><b>Telefones: </b> (61) 3445-5888 / (61) 3445-5700 / (61) 3445-5701<br><b>Call-Center: </b> (61) 3445-5838 / (61) 3445-5784 / (61) 3445-5711<br></p>";

start_executado=0;

function start() {

if (start_executado==0) {

start_executado=1;

// ========================================
// AJUSTA ID E CORES DO BODY
// ========================================

if (document.getElementById("css2007_body")==null) {
document.body.id="css2007_body";
}

if (document.getElementById("css2007_body")) {
document.body.style.backgroundColor="#003A67";
document.getElementById("css2007_body").style.backgroundColor="#003A67";
document.getElementById("css2007_body").style.Color="#FFFFFF";
}

// ========================================
// CRIA TOPO, RODAPÉ E BORDAS DAS PÁGINAS
// ========================================

html_inicio="";
html_fim="";

// Esconde css2007_barra e css2007_menubar originais

if (document.getElementById("css2007_barra")!=null) {
document.getElementById("css2007_barra").id="css2007_barra_original";
document.getElementById("css2007_barra_original").style.display="none";
}

if (document.getElementById("css2007_menubar")!=null) {
document.getElementById("css2007_menubar").id="css2007_menubar_original";
document.getElementById("css2007_menubar_original").style.display="none";
}

// div da página (laterais azuis, largura, etc)

html_inicio=html_inicio+"<div id='css2007_pagina'>";
html_fim="</div>"+html_fim;

// barra

if (document.getElementById("css2007_barra_original")) {
html_inicio=html_inicio+"<p id='css2007_barra'>" + document.getElementById("css2007_barra_original").innerHTML + "</p>";
} else {
html_inicio=html_inicio+"<p id='css2007_barra'>" + js2007_sigla_instituicao + "</p>";
}

// menu horizontal

if (document.getElementById("css2007_menubar_original")) {
html_inicio=html_inicio+"<ul id='css2007_menubar'>" + document.getElementById("css2007_menubar_original").innerHTML + "</ul>";
} else {
html_inicio=html_inicio+js2007_menu;
}

// div do rodapé

html_fim=html_fim+"<div id='css2007_rodape'></div>";

// div de conteúdo (se necessário)

html_inicio=html_inicio+"<div class='css2007_conteudo'>"; 
html_fim=html_fim+"</div>";

// acrescenta ítens preparados anteriormente no inicio e final da página

document.getElementById("css2007_body").innerHTML=html_inicio+document.getElementById("css2007_body").innerHTML+html_fim;

// ajusta style da barra superior

if (document.getElementById("css2007_barra")) {
document.getElementById("css2007_barra").style.margin="0px";
document.getElementById("css2007_barra").style.backgroundImage="url('" + js2007_url + "/layout_2007/fundo_barra.jpg')";
document.getElementById("css2007_barra").style.width="780px";
document.getElementById("css2007_barra").style.height="108px";
document.getElementById("css2007_barra").style.overflow="hidden";
document.getElementById("css2007_barra").style.fontFamily="arial black";
document.getElementById("css2007_barra").style.fontSize="50px";
document.getElementById("css2007_barra").style.letterSpacing="-2px";
}

// flash na barra superior

if (document.getElementById("css2007_barra")) {

barra_editada="nao"; 
if (document.getElementById("css2007_barra").innerHTML=="UNIEURO") { document.getElementById("css2007_barra").innerHTML="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='780' height='108'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='/layout_2005/barra_superior.swf' /><param name='quality' value='high' /><embed src='/layout_2005/barra_superior.swf' quality='high' bgcolor='#ffffff' width='780' height='108' name='barra_superior' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='https://www.macromedia.com/go/getflashplayer' /></object>"; barra_editada="sim"; }
if (document.getElementById("css2007_barra").innerHTML=="Pos-Graduacao") { document.getElementById("css2007_barra").innerHTML="<a href='http://www.unieuro.edu.br/posgraduacao_2005/default.asp'><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='780' height='200'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='" + js2007_url + "/layout_2005/barra_superior_pos.swf' /><param name='quality' value='high' /><embed src='" +js2007_url + "/layout_2005/barra_superior_pos.swf' quality='high' bgcolor='#ffffff' width='780' height='200' name='barra_superior' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='https://www.macromedia.com/go/getflashplayer' /></object></a>"; barra_editada="sim"; document.getElementById("css2007_barra").style.height="200px"; }
if (document.getElementById("css2007_barra").innerHTML=="Administração") { document.getElementById("css2007_barra").innerHTML="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='780' height='200'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='" + js2007_url + "/layout_2007/administracao.swf' /><param name='quality' value='high' /><embed src='" +js2007_url + "/layout_2007/administracao.swf' quality='high' bgcolor='#ffffff' width='780' height='200' name='barra_superior' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='https://www.macromedia.com/go/getflashplayer' /></object>"; barra_editada="sim"; document.getElementById("css2007_barra").style.height="200px"; }
if (document.getElementById("css2007_barra").innerHTML=="Vestibular") { document.getElementById("css2007_barra").innerHTML="<img src='https://www.unieuro.edu.br/layout_2007/barra_vestibular.jpg' width=780 height=108>"; barra_editada="sim"; }

if (barra_editada=="nao") {
document.getElementById("css2007_barra").innerHTML="<span style='position:relative;left:108px;top:5px;'>"+document.getElementById("css2007_barra").innerHTML+"</span>";
}

}

// conteúdo do rodapé

if (document.getElementById("css2007_rodape")) {
document.getElementById("css2007_rodape").innerHTML=js2007_rodape;
}

// ajustar css se for página principal

if (document.getElementById("css2007_body").innerHTML.indexOf("css2007_destaques_box")==-1) { 
   if (document.getElementById("css2007_conteudo")) {
      document.getElementById("css2007_conteudo").style.paddingLeft="0px";
      document.getElementById("css2007_conteudo").style.marginTop="0px";
      document.getElementById("css2007_conteudo").style.marginBottom="0px";
      document.getElementById("css2007_conteudo").style.width="750px";
   }
}

// ========================================
// FAZER A BARRA DE MENU FUNCIONAR NO IE
// ========================================

if (document.getElementById("css2007_menubar")) {

if (navigator.userAgent.toLowerCase().indexOf("opera")==-1) {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("css2007_menubar");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace(" over", "");
   }
   }
  }
 }
}

}

// ========================================
// MOSTRAR BODY APÓS ALTERAÇÕES
// ========================================

document.body.style.display="block";

}

}










// =========================================
// EXECUTAR AO FIM DO CARREGAMENTO DA PÁGINA
// =========================================

window.onload = start;






