//Tercer menú
territori = new Menu ('territori',0,0);

//Prefs
territori.m_vertical = true;
territori.m_align = 'center';
territori.sm_width  = 120;
territori.sm_height = 20; 
territori.l_sm_color = '#cccccc';
territori.m_color = 'url(Imatges/banda_grisa_fosca.gif)';
territori.m_a_color = 'url(Imatges/banda_grisa_fosca.gif)';
territori.sm_border = 0;
territori.h_offset  = 5; // Horizontal offset in relation to previous menu
territori.v_offset  = 0; // Vertical offset in relation to previous menu
territori.sm_direction = 'right';

territori.sm_color = '#E5E5E5';
territori.sm_a_color = '#999900';
territori.sm_arrow = 'url(mapbMenu09/ca/images/mini_right.gif)'; // Arrow image
territori.sm_a_arrow = 'url(mapbMenu09/ca/images/mini_a_right.gif)';
territori.sm_left_arrow = 'url(mapbMenu09/ca/images/mini_left.gif)'; // Left arrow image
territori.sm_a_left_arrow = 'url(mapbMenu09/ca/images/mini_a_left.gif)';
territori.iconYouarehere = 'url(mapbMenu09/ca/images/iconYouarehere.gif)';
territori.iconYouarenothere = 'url(mapbMenu09/ca/images/iconYouarenothere.gif)';
territori.sm_sep = (NN)? '----------' : 'url(mapbMenu09/ca/images/trans.gif)';

//Definició segon menú

territori.addItem ('Etapa PPCC','',true);
territori.addItem ('L´Alguer',{url:'',width:100,height:20},false);
	territori.addItem ('Desembre',{url:'',width:70,height:20},true);	
			territori.addItem ('2004',{url:'RC_200412.htm',width:50,height:20},true);
territori.addItem ('Andorra-Pirineus',{url:'',width:100,height:20},false);
		territori.addItem ('Octubre',{url:'',width:65,height:20},true);	
			territori.addItem ('2004',{url:'RC_200410.htm',width:50,height:20},true);
territori.addItem ('Catalunya N.',{url:'',width:100,height:20},false);
		territori.addItem ('Maig',{url:'',width:65,height:20},true);	
			territori.addItem ('2005',{url:'RC_200505.htm',width:50,height:20},true);
territori.addItem ('Eivissa',{url:'',width:100,height:20},false);
		territori.addItem ('Abril',{url:'',width:65,height:20},true);	
			territori.addItem ('2005',{url:'RC_200504.htm',width:50,height:20},true);
territori.addItem ('La Franja',{url:'',width:100,height:20},false);
		territori.addItem ('Juny',{url:'',width:65,height:20},true);	
			territori.addItem ('2005',{url:'RC_200506.htm',width:50,height:20},true);
territori.addItem ('Mallorca',{url:'',width:100,height:20},false);
		territori.addItem ('Setembre',{url:'',width:65,height:20},false);	
			territori.addItem ('2004',{url:'RC_200409.htm',width:50,height:20},true);
		territori.addItem ('Març',{url:'',width:65,height:20},true);	
			territori.addItem ('2005',{url:'RC_200503.htm',width:50,height:20},true);
territori.addItem ('Menorca',{url:'',width:100,height:20,height:20},false);
		territori.addItem ('Novembre',{url:'',width:70,height:20},true);	
			territori.addItem ('2004',{url:'RC_200411.htm',width:50,height:20},true);
territori.addItem ('País Valencià',{url:'',width:100,height:20},false);
		territori.addItem ('Juliol',{url:'',width:65,height:20},false);	
			territori.addItem ('2004',{url:'RC_200407.htm',width:50,height:20},true);
		territori.addItem ('Gener',{url:'',width:65,height:20},true);	
			territori.addItem ('2005',{url:'RC_200501.htm',width:50,height:20},true);
territori.addItem ('Principat',{url:'',width:100,height:20},true);
		territori.addItem ('Agost',{url:'',width:65,height:20},false);	
			territori.addItem ('2004',{url:'RC_200408.htm',width:50,height:20},true);
		territori.addItem ('Febrer',{url:'',width:65,height:20},true);	
			territori.addItem ('2005',{url:'RC_200502.htm',width:50,height:20},true);
		
territori.doMenu();


//control
if (document.layers){
    document.onMouseDown = hideMenus;
} else {
    document.body.onclick = hideMenus;
}


