
/*
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=0               // Sub menu top offset
_subOffsetLeft=5           // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#a40505";
offbgcolor="#e2dfdf";
offcolor="#a42222";
bordercolor="#ffffff";
borderstyle="none";
borderwidth=0;
separatorcolor="#a42121";
separatorsize="1";
padding=3;
fontsize="71%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFC1";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=85);Shadow(color='#ffffff', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#fbf8e2";
oncolor="#000000";
offbgcolor="#73baf9";
offcolor="#ffffff";
bordercolor="#dae9d4";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#006600";
headercolor="#000000";
headerbgcolor="#ffffff";
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=220;
left=10;
alwaysvisible=1;
orientation="vertical";
aI("text=Home;url=index.html;");
aI("text=Quem Somos;showmenu=quemsomos;");
aI("text=Membros da OA;showmenu=Membros;");
aI("text=Orgão da OA;showmenu=Orgão;");
aI("text=Notícias;url=noticias.htm;");
aI("text=Regulamentos;url=regulamentos.htm;");
aI("text=Obras de Referência;showmenu=Obras de Referência;");
aI("text=Legislação;showmenu=Legislação;");
aI("text=Forum de Arquitectura;showmenu=Forum;");
aI("text=Feedback;url=feedback.htm;");
}

with(BPC=new menuname("Forum")){
style=menuStyle2;
aI("text=Espaço Cultural;url=cultural.htm;");
aI("text=Cultura/Ferias;url=cultura.htm;");
aI("text=Congresso;url=congresso.html;");
}

with(BPC=new menuname("Legislação")){
style=menuStyle2;
aI("text=L. Angolana;showmenu=angolana;");
aI("text=L. Internacional;url=leis_internacional.htm;");
}

with(BPC=new menuname("angolana")){
style=menuStyle2;
aI("text=Honorários;url=honorarios.htm;");
aI("text=Projectos de O. Públicas;url=projectos.htm;");
aI("text=Leis;url=leis.htm;");
}

with(BPC=new menuname("Orgão")){
style=menuStyle2;
aI("text=Conselho Nacional;url=conselho_nacional.htm;");
aI("text=Conselho Provincial;url=conselho_provincial.htm;");
}

with(BPC=new menuname("Obras de Referência")){
style=menuStyle2;
aI("text=Obras Nacionais;url=portfolio.htm;");
aI("text=Universidades;url=historial.htm;");
aI("text=Empresas;url=objectivos.htm;");
aI("text=Arquitectos;url=objectivos.htm;");
}

with(BPC=new menuname("Conselho Nacional")){
style=menuStyle2;
aI("text=Presidente da OA;url=portfolio.htm;");
aI("text=Vice Presidente;url=historial.htm;");
aI("text=Secretário Geral;url=objectivos.htm;");
}

with(BPC=new menuname("quemsomos")){
style=menuStyle2;
aI("text=Portfolio;url=portfolio.htm;");
aI("text=Historial;url=historial.htm;");
aI("text=Objectivo;url=objectivo.htm;");
}
 
with(BPC=new menuname("Membros")){
style=menuStyle2;
aI("text=Arquitectos;url=arquitectos.htm;");
aI("text=Empresas;url=empresas.htm;");
}

with(BPC=new menuname("regulamentos")){
style=menuStyle2;
aI("text=R. Deontologia;url=deontologia.htm;");
aI("text=R.P. Displinar;url=disciplinar.htm;");
aI("text=R. Admissão;url=admissao.htm;");
}

drawMenus();

