/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.



*/
var MENU_ITEMS = [
    ['Inicio', 'content.html', null,null],
	['Fundación&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>', null, null,  
        
		    ['Fines y actividades', 'finesActividades.html', null, null],
		    ['Organos Fundación', 'organos.html', null, null],
		    ['Información de contacto', 'informacionContacto.html', null, null],
       
    ],
		
	['Convocatoria 2006&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>',null, null,
				['Introducción','Introduccion.html', null, null],
				['Bases','bases.html', null, null],
				['Modelos Normalizados','modelos.html', null, null],
	
	  ],
		
	
	['Convocatoria 2007&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>',null, null,
				['Introducción','Introduccion.html', null, null],
				['Bases','bases07.html', null, null],
				['Modelos Normalizados','modelos07.html', null, null],
	
	  ],
		
	['Convocatoria 2008&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>',null, null,
				['Introducción','Introduccion08.html', null, null],
				['Bases','bases08.html', null, null],
				['Modelos Normalizados','modelos08.html', null, null],
	
	  ],
		
  ['Convocatoria 2009&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>',null, null,
				['Introducción','Introduccion09.html', null, null],
				['Bases','bases09.html', null, null],
				['Modelos Normalizados','modelos09.html', null, null],
	
	  ],
		
	['Convocatoria 2010&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>',null, null,
				['Introducción','Introduccion10.html', null, null],
				['Bases','bases10.html', null, null],
				['Modelos Normalizados','modelos10.html', null, null],
	
	  ],
	['Reuniones Científicas&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>',null, null,
				['I Reunión Científica 2008','reunion_cientifica_1.htm', null, null]
				
	  ],
	 
		   
	['Sesiones y Seminarios&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>', null, null,
		['Sesiones&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>', null, null,
		
	          ['Segundo Semestre 2009', 'ses2_09.html', null, null],		
		        ['Primer Semestre 2009', 'ses1_09.html', null, null],	
						['Segundo Semestre 2008', 'ses2_08.html', null, null],
					  ['Primer Semestre 2008', 'ses1_08.html', null, null],	 
						['Segundo Semestre 2007', 'ses2_07.html', null, null],
		        ['Primer Semestre 2007', 'ses1_07.html', null, null],
           
        ],
		['Seminarios&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>', null, null,
		
		        ['Primer Semestre 2009', 'sem1_09.html', null, null],
						['Segundo Semestre 2008', 'sem2_08.html', null, null],
						['Primer Semestre 2008', 'sem1_08.html', null, null],
		  			['Segundo Semestre 2007','sem2_07.html', null, null],
						['Primer Semestre 2007', 'sem1_07.html', null, null],			
           
		                  
            
        ]
    ],
	['Estudios Clínicos&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>', null, null,
		['CEIC&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>', null, null,
        
		    ['Presentación', 'ec_presentacion.html', null, null],
		    ['Composición', 'ec_composicion.html', null, null],
		    ['Secretaría Técnica', 'ec_secretaria.html', null, null],	
			 	['Calendario de reuniones', 'ec_calendario.html', null, null],
			 	['Tasas y Facturación de Ensayos Clínicos', 'tasas.html', null, null],
			  ['Requisitos Presentación&nbsp;&nbsp;<img src="images/arrow_left.gif" border="0"></img>', null, null,  
            ['Con medicamentos', 'ec_conMedicamentos.html', null, null],
		        ['Con productos sanitarios', 'ec_conProductos.html', null, null],
		        ['Post-autorización con medicamentos', 'ec_postautorizacion.html', null, null],              
                ['Otros', 'ec_otros.html', null, null],
        ],
				['Descarga documentación', 'ec_descargas.html', null, null],  
		],
	  ['Medicación Ensayos Clínicos', 'ec_medicacion.html', null, null],	
		['Gestión contratos', 'ec_gestion_contratos.html', null, null],
         
    ],
		['Solicitudes','solicitudes.html', null, null],
		['BLOG de la Biblioteca con Información, Noticias y Nuevos Recursos','http://cescuderog.wordpress.com',{'tw':'_blank'}, null] 
];