//Segon menú
dicpracom = new Menu ('dicpracom',0,0);

//Prefs
dicpracom.m_vertical = true;
dicpracom.m_align = 'center';
dicpracom.sm_width  = 115;
dicpracom.sm_height = 20; 
dicpracom.l_sm_color = '#cccccc';
dicpracom.m_color = 'url(Imatges/banda_grisa_fosca.gif)';
dicpracom.m_a_color = 'url(Imatges/banda_grisa_fosca.gif)';
dicpracom.sm_border = 10;
dicpracom.h_offset  = 5; // Horizontal offset in relation to previous menu
dicpracom.v_offset  = 0; // Vertical offset in relation to previous menu
dicpracom.sm_direction = 'right';

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.iconYouarehere = 'url(mapbMenu09/ca/images/iconYouarehere.gif)';
dicpracom.iconYouarenothere = 'url(mapbMenu09/ca/images/iconYouarenothere.gif)';
dicpracom.sm_sep = (NN)? '----------' : 'url(mapbMenu09/ca/images/trans.gif)';

//Definició segon menú

dicpracom.addItem ('Valencian period','',true);
dicpracom.addItem ('2004',{url:'',width:50,height:20},false);
		 dicpracom.addItem ('October',{url:'RC_200410_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('November',{url:'RC_200411_english.htm',width:80,height:23},false);
 		 dicpracom.addItem ('December',{url:'RC_200412_english.htm',width:80,height:23},true);
dicpracom.addItem ('2005',{url:'',width:50,height:20},true);
		 dicpracom.addItem ('February',{url:'RC_200502_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('March',{url:'RC_200503_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('April',{url:'RC_200504_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('May',{url:'RC_200505_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('June',{url:'RC_200506_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('August',{url:'RC_200508_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('September',{url:'RC_200509_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('October',{url:'RC_200510_english.htm',width:80,height:23},false);
		 dicpracom.addItem ('December',{url:'RC_200512_english.htm',width:80,height:23},true);


dicpracom.doMenu();


//control
if (document.layers){
    document.onMouseDown = hideMenus;
} else {
    document.body.onclick = hideMenus;
}


