//Segon menú
dicpracom = new Menu ('dicpracom',0,0);

//Prefs
dicpracom.m_vertical = false;
dicpracom.m_align = 'center';
dicpracom.sm_width  = 225;
dicpracom.sm_height = 50; 
dicpracom.l_sm_color = '';
dicpracom.m_color = 'url(../Imatges/dpc_01_05_trans.gif)';
dicpracom.m_a_color = 'url(../Imatges/dpc_01_05_trans.gif)';
dicpracom.sm_border = 0;
dicpracom.h_offset  = 8; // Horizontal offset in relation to previous menu
dicpracom.v_offset  = 0; // Vertical offset in relation to previous menu

dicpracom.sm_color = '#E5E5E5';
dicpracom.sm_a_color = '#999900';
dicpracom.sm_arrow = 'url(../mapbMenu09/ca/images/mini_right.gif)'; // Arrow image
dicpracom.sm_a_arrow = 'url(../mapbMenu09/ca/images/mini_a_right.gif)';
dicpracom.sm_left_arrow = 'url(../mapbMenu09/ca/images/mini_left.gif)'; // Left arrow image
dicpracom.sm_a_left_arrow = 'url(../mapbMenu09/ca/images/mini_a_left.gif)';
dicpracom.sm_sep = (NN)? '----------' : 'url(../mapbMenu09/ca/images/trans.gif)';

//Definició segon menú

dicpracom.addItem ('','',true);
dicpracom.addItem ('Presentaci&oacute;',{url:'',width:120,height:20},false);
	dicpracom.addItem ('Per qu&egrave; s&acute;ha fet',{url:'../200406/DPC_01_pre_perque.htm',width:100,height:20},false);
	dicpracom.addItem ('Empobriment',{url:'../200406/DPC_01_pre_empobriment.htm',width:100,height:20},false);
	dicpracom.addItem ('P&egrave;rdua influ&egrave;ncia',{url:'../200406/DPC_01_pre_perdua.htm',width:100,height:20},false);
	dicpracom.addItem ('Reculada',{url:'../200406/DPC_01_pre_reculada.htm',width:100,height:20},false);
	dicpracom.addItem ('Conclusi&oacute;',{url:'../200406/DPC_01_pre_conclusio.htm',width:100,height:20},true);
dicpracom.addItem ('Objectius',{url:'../200406/DPC_02_objectius.htm',width:120,height:20},false);
dicpracom.addItem ('Continguts',{url:'',width:120,height:20},false);
    dicpracom.addItem ('Mots correctes',{url:'../200406/DPC_03_cont_mcorrectes.htm',width:100,height:20},false);
    dicpracom.addItem ('Procedència',{url:'../200406/DPC_03_cont_procedencia.htm',width:100,height:20},false);
    dicpracom.addItem ('Qü. gramaticals',{url:'../200406/DPC_03_cont_gramatica.htm',width:100,height:20},false);
    dicpracom.addItem ('Barbarismes',{url:'../200406/DPC_03_cont_barbarismes.htm',width:100,height:20},false);
    dicpracom.addItem ('Índex alfabètic',{url:'../200406/DPC_03_cont_index.htm',width:100,height:20},false);
	dicpracom.addItem ('Fe d´errades',{url:'../200406/DPC_07_errades.htm',width:100,height:20},true);
dicpracom.addItem ('Exemples',{url:'',width:120,height:20},false);
    dicpracom.addItem ('Mots correctes',{url:'../200406/DPC_04_ex_mcorrectes.htm',width:100,height:20},false);
    dicpracom.addItem ('Procedència',{url:'../200406/DPC_04_ex_procedencia.htm',width:100,height:20},false);
    dicpracom.addItem ('Qü. gramaticals',{url:'../200406/DPC_04_ex_gramatica.htm',width:100,height:20},false);
    dicpracom.addItem ('Barbarismes',{url:'../200406/DPC_04_ex_barbarismes.htm',width:100,height:20},false);
    dicpracom.addItem ('Índex alfabètic',{url:'../200406/DPC_04_ex_index.htm',width:100,height:20},true);
dicpracom.addItem ('Autors',{url:'../200406/DPC_05_autors.htm',width:120,height:20},false);
dicpracom.addItem ('Poema',{url:'../200406/DPC_06_poema.htm',width:120,height:20},false);
dicpracom.addItem ('Recull de premsa',{url:'../200406/RCL.htm',width:120,height:20},false);
dicpracom.addItem ('Inici',{url:'../index.htm',width:120,height:20},true);
dicpracom.doMenu();


//control
if (document.layers){
    document.onMouseDown = hideMenus;
} else {
    document.body.onclick = hideMenus;
}

