
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10               // Sub menu top offset
_subOffsetLeft=-1            // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#666666";
offcolor="#ffff00";
bordercolor="#4A92DD";
borderstyle="solid";
borderwidth=0;
separatorcolor="#666666";
separatorsize="20";
padding=3;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#666666";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#666666";
offcolor="#ffff00";
bordercolor="#4A92DD";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A7C8E9";
separatorsize="1";
padding=3;
fontsize="65%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#666666";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#ffffff', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle3=new mm_style()){
onbgcolor="#ccccff";
oncolor="#ffffff";
offbgcolor="#ccccff";
offcolor="#FFFFFF";
bordercolor="#4A92DD";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A7C8E9";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#777777', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(BPC=new menuname("Main Menu")){
style=menuStyle;
top=88;
left=12;
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=index.html;");
aI("text=FACULDADE;showmenu=Faculdade;");
aI("text=ENSINO;showmenu=Ensino;");
aI("text=SERVIÇOS ACADÉMICOS;showmenu=Servicos;");
aI("text=INVESTIGAÇÃO;showmenu=Investigacao;");
aI("text=PESSOAS;showmenu=Pessoas;");
}

with(BPC=new menuname("Faculdade")){
style=menuStyle2;
aI("text=História;url=historia.html;");
aI("text=Órgãos de gestão;url=gestao.html;");
aI("text=Departamentos de Ensino;url=deis.html;");
aI("text=Infraestruturas;url=infraestruturas.html;");
aI("text=Hospital Universitário;url=hospunivers.html;");
}

with(BPC=new menuname("Ensino")){
style=menuStyle2;
aI("text=Licenciatura em Medicina;url=licenciat.html;");
aI("text=Mestrados;url=mestrados.html;");
aI("text=Cursos de Especialização;url=especializacao.html;");
}

with(BPC=new menuname("Servicos")){
style=menuStyle2;
aI("text=Documentos Normativos;url=docnormativos.html;");
aI("text=Subcomissões Pedagógicas de Ano;url=scp.html;");
}

with(BPC=new menuname("Investigacao")){
style=menuStyle2;
aI("text=CEDUMED;url=cedumed.html");
aI("text=GHIs in Africa;url=GHIs.pdf;");
aI("text=Monografias de Licenciatura;url=monografiasum.html;");
aI("text=Revista Angolana de Educação Médica;url=raemzero.html;");
aI("text=Acta Médica Angolana;url=ama.html;");

}

with(BPC=new menuname("Pessoas")){
style=menuStyle2;
aI("text=Visitantes Ilustres;url=vip.html;");
aI("text=Corpo Docente;url=docentes.html;");
aI("text=Corpo Discente;url=discentes.html;");
}

drawMenus();

