<!--
document.write("<DIV ID='menu' CLASS='menulayer'>")
document.write("<TABLE ALIGN='RIGHT' WIDTH='641' CELLPADDING='0' CELLSPACING='0' BORDER='0'>")
document.write("<TR VALIGN='TOP'>")
document.write("<TD WIDTH='25' NOWRAP><!-- START --- ITEM 0 --><ILAYER ID='layerMenu0'><DIV ID='divMenu0'></DIV></ILAYER><!-- END --></TD>")
document.write("<TD WIDTH='300' NOWRAP><!-- START --- ITEM 1 --><ILAYER ID='layerMenu1'><DIV ID='divMenu1'></DIV></ILAYER><!-- END --></TD>")
document.write("<TD WIDTH='300' NOWRAP><!-- START --- ITEM 2 --><ILAYER ID='layerMenu2'><DIV ID='divMenu2'></DIV></ILAYER><!-- END --></TD>")
document.write("<TD WIDTH='16' NOWRAP><!-- START --- ITEM 3 --><ILAYER ID='layerMenu3'><DIV ID='divMenu3'></DIV></ILAYER><!-- END --></TD>")
document.write("</TR>")
document.write("</TABLE>")
document.write("</DIV>")
var oM=new makeCM("oM")
oM.pxBetween =0
oM.fromTop=0
oM.fromLeft=0
oM.menuPlacement="left"
oM.wait=100
oM.fillImg=""
oM.zIndex=100
oM.resizeCheck=1
oM.onlineRoot=""
oM.offlineRoot=""
oM.rows=1
oM.level[0]=new cm_makeLevel()
oM.level[0].width=0
oM.level[0].height=18
oM.level[0].regClass="menu"
oM.level[0].overClass="menuover"
oM.level[0].borderX=0
oM.level[0].borderY=0
oM.level[0].borderClass=""
oM.level[0].rows=0
oM.level[0].align="bottom"
oM.level[0].offsetX=0
oM.level[0].offsetY=0
oM.level[0].arrow=0
oM.level[0].arrowWidth=0
oM.level[0].arrowHeight=0
oM.level[1]=new cm_makeLevel()
oM.level[1].regClass="submenu"
oM.level[1].overClass="submenuover"
oM.level[1].borderClass=""
oM.makeMenu('menu1','',"<IMG SRC='media/inicio.gif' ALT='Voltar ao início' WIDTH='25' HEIGHT='16' BORDER='0'>",'capa.html','',"25","16",'','','','',"bottom")
oM.makeMenu('menu2','',"VOL. I - PRIORIDADES&nbsp;&nbsp;",'capa.html','',"300","16",'','','','',"bottom")
oM.makeMenu('','menu2','Lista de Abreviaturas&nbsp;&nbsp;','vol1_01.html','',"300","18")
oM.makeMenu('','menu2','Estruturas de Coordenação e Apoio&nbsp;&nbsp;','vol1_02.html','',"300","18")
oM.makeMenu('','menu2','Contributos Recebidos&nbsp;&nbsp;','vol1_03.html','',"300","18")
oM.makeMenu('','menu2','Prefácio&nbsp;&nbsp;','vol1_04.html','',"300","18")
oM.makeMenu('','menu2','Objectivos Estratégicos&nbsp;&nbsp;','vol1_1.html','',"300","18")
oM.makeMenu('','menu2','Processo de Planeamento&nbsp;&nbsp;','vol1_2.html','',"300","18")
oM.makeMenu('','menu2','Ponto de Partida&nbsp;&nbsp;','vol1_3.html','',"300","18")
oM.makeMenu('','menu2','Principais Estratégias do Plano&nbsp;&nbsp;','vol1_4.html','',"300","18")
oM.makeMenu('','menu2','Estratégias Gerais&nbsp;&nbsp;','vol1_5.html','',"300","18")
oM.makeMenu('','menu2','Estratégias Para Obter Mais Saúde Para Todos&nbsp;&nbsp;','vol1_6.html','',"300","18")
oM.makeMenu('','menu2','Estratégias Para a Gestão da Mudança&nbsp;&nbsp;','vol1_7.html','',"300","18")
oM.makeMenu('','menu2','Estratégias Para Garantir a Execução do Plano&nbsp;&nbsp;','vol1_8.html','',"300","18")
oM.makeMenu('menu3','',"VOL. II - ORIENTAÇÕES ESTRATÉGICAS&nbsp;&nbsp;",'capa.html','',"300","16",'','','','',"bottom")
oM.makeMenu('','menu3','Lista de Abreviaturas&nbsp;&nbsp;','vol2_01.html','',"300","18")
oM.makeMenu('','menu3','Estruturas de Coordenação e Apoio&nbsp;&nbsp;','vol2_02.html','',"300","18")
oM.makeMenu('','menu3','Contributos Recebidos&nbsp;&nbsp;','vol2_03.html','',"300","18")
oM.makeMenu('','menu3','Prefácio&nbsp;&nbsp;','vol2_04.html','',"300","18")
oM.makeMenu('','menu3','Introdução&nbsp;&nbsp;','vol2_1.html','',"300","18")
oM.makeMenu('','menu3','Estratégias Para Obter Mais Saúde Para Todos&nbsp;&nbsp;','vol2_2.html','',"300","18")
oM.makeMenu('','menu3','Estratégias Para a Gestão da Mudança&nbsp;&nbsp;','vol2_3.html','',"300","18")
oM.makeMenu('','menu3','Anexo 1 - Endereços Electrónicos Úteis (...)&nbsp;&nbsp;','vol2_41.html','',"300","18")
oM.makeMenu('','menu3','Anexo 2 – Programas Nacionais&nbsp;&nbsp;','vol2_42.html','',"300","18")
oM.makeMenu('','menu3','Anexo 3 – Quadros de indicadores de saúde&nbsp;&nbsp;','vol2_43.html','',"300","18")
oM.makeMenu('menu4','',"<IMG SRC='media/fechar.gif' ALT='Fechar' WIDTH='12' HEIGHT='16' BORDER='0'>",'javascript:self.close();','',"16","16",'','','','',"bottom")

oM.construct()
function findPos(num){
if(bw.ns4){
x = document.layers["layerMenu"+num].pageX
y = document.layers["layerMenu"+num].pageY
}else{
x=0; y=0; var el,temp
el = bw.ie4?document.all["divMenu"+num]:document.getElementById("divMenu"+num);
if(el.offsetParent){
temp = el
while(temp.offsetParent){
temp=temp.offsetParent;
x+=temp.offsetLeft
y+=temp.offsetTop;
}
}
x+=el.offsetLeft
y+=el.offsetTop
}
return [x,y]
}
function placeElements(){
pos = findPos(0)
oM.m["menu1"].b.moveIt(pos[0],pos[1])
pos = findPos(1)
oM.m["menu2"].b.moveIt(pos[0],pos[1])
pos = findPos(2)
oM.m["menu3"].b.moveIt(pos[0],pos[1])
pos = findPos(3)
oM.m["menu4"].b.moveIt(pos[0],pos[1])
}
placeElements()
oM.onafterresize="placeElements()"