BLANK_IMAGE = 'http://www.icf.cl/images/b.gif';

var STYLE = {
	border:1, // item's border width, pixels; zero means "none"
	shadow:2,	// item's shadow size, pixels; zero means "none"
	color:{
		border:"#D8D9DE",	// color of the item border, if any
		shadow:"none",	// color of the item shadow, if any
		bgON:"#FFFFFF",		// background color for the items
		bgOVER:"#FFFFFF"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[43,54], itemoff:[0,140], leveloff:[21,0], style:STYLE, size:[22,175]},
	{code:"Becas",
		sub:[
			{itemoff:[21,0]},
			{code:"Presentación" , "url":"http://www.icf.cl/becas/espanol/presentacion.php",
				sub:[

				]
			},
			{code:"Enseñanza superior en Francia" , "url":"http://www.icf.cl/becas/espanol/enmasitios.php",
				sub:[

				]
            },
			{code:"Pasantías área cultural y artística" , "url":"http://www.icf.cl/becas/espanol/residencia.php",
				sub:[

				]
			}
		]
	},
{code:"Asistentes de Español",
		sub:[
			{itemoff:[21,0]},
			{code:"Presentación 2010-2011" , "url":"http://www.icf.cl/asistentes/espanol/index.php",
				sub:[

				]
			},
			
			]
	},
			
{code:"Francia en Chile",
		sub:[
			{itemoff:[21,0]},
                                       {code:"Organismos oficiales" , "url":"http://www.icf.cl/franciaenchile/index.php",
									   sub:[
				]
			}
		]
	},
			
					
	{code:"Conferencias",
		sub:[
			{itemoff:[21,0]},
			{code:"Próximas conferencias" , "url":"http://www.icf.cl/conferencias/index.php",
				sub:[

				]
			}
		]
	},
			
             {code:"Sitios de interés",
                                 sub:[
			{itemoff:[21,0]},
			{code:"Sitios oficiales",  "url":"http://www.icf.cl/sitios_interes/sitiosoficiales.php",
				sub:[

				]
			},
			{code:"Sitios de medios",  "url":"http://www.icf.cl/sitios_interes/sitiosmedios.php",
				sub:[

				]
			},
            {code:"Sitios francófonos",  "url":"http://www.icf.cl/sitios_interes/sitiosfrancofonia.php",
				sub:[

				]
			},
			{code:"Sitios culturales",  "url":"http://www.icf.cl/sitios_interes/sitiosculturales.php",
				sub:[
				]
			}
		]
	}
]; 