BLANK_IMAGE = '/images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};
var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#e2e8ed",		// background color for the items
		bgOVER:"white"	// 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:'relative', itemoff:[17,0], leveloff:[0,151], size:[17,151],style:NOSTYLE },
	{code:'<img src="/images/bot_acerca.gif" width="151" height="16" />',ocode:'<img src="/images/bot_acerca_on.gif" width="151" height="16" />', url:"/acerca_sinaes/", target:"_self",
		sub:[
			{itemoff:[16,0], leveloff:[0,151], style:STYLE},
			{code:"Qui&eacute;nes Somos", url:"/acerca_sinaes/quienes_somos.htm", target:"_self"},
			{code:"Reseņa de la educaci&oacute;n <br>Superior en Costa Rica", "format":{itemoff:[16,0],size:[30,151]}, url:"/acerca_sinaes/resena.htm", target:"_self"},
			{code:"Desarrollo Mundial de <br>la Acreditaci&oacute;n", url:"/acerca_sinaes/desarrollo.htm", target:"_self", "format":{itemoff:[30,0],size:[30,151]}},
			{code:"Preguntas Frecuentes", url:"/acerca_sinaes/faq.htm", target:"_self", "format":{itemoff:[30,0]}}
		]
	},
	{code:'<img src="/images/bot_informacion.gif" width="151" height="17" />',ocode:'<img src="/images/bot_informacion_on.gif" width="151" height="17" />', url:"/informacion_institucional/", target:"_self",
		sub:[
			{itemoff:[16,0], leveloff:[0,151], style:STYLE},
			{code:"Reseņa del SINAES", url:"/informacion_institucional/resena_sinaes.htm", target:"_self"},
			{code:"Misi&oacute;n y Objetivos",url:"/informacion_institucional/mision_objetivos.htm", target:"_self"},
			{code:"Organizaci&oacute;n", url:"/informacion_institucional/organizacion.htm", target:"_self"},
			{code:"Marco Legal", url:"/informacion_institucional/marco_legal.htm", target:"_self"},
			{code:"Herramientas para la Calidad", url:"/informacion_institucional/herramientas.htm", target:"_self"},
			{code:"Administrativa - Financiera", url:"/informacion_institucional/adm_financiera.htm", target:"_self"},
			{code:"Convenios", url:"/informacion_institucional/convenios.htm", target:"_self"}
		]
	},
	{code:'<img src="/images/bot_proceso.gif" width="151" height="15" />',ocode:'<img src="/images/bot_proceso_on.gif" width="151" height="15" />', url:"/proceso_acreditacion/", target:"_self",
		sub:[
			{itemoff:[16,0], leveloff:[0,151], style:STYLE},
			{code:"Adhesi&oacute;n", url:"/proceso_acreditacion/adhesion.htm", target:"_self"},
			{code:"Modelo de Acreditaci&oacute;n",url:"/proceso_acreditacion/modelo_acreditacion.htm", target:"_self"},
			{code:"Prop&oacute;sito y Normas", url:"/proceso_acreditacion/proposito.htm", target:"_self"},
			{code:"Inversi&oacute;n en el Proceso<br>de Acreditaci&oacute;n", "format":{size:[30,151]}, url:"/proceso_acreditacion/inversion.htm", target:"_self"},
			{code:"Fecha de Convocatorias", url:"/calendario/", target:"_self", "format":{itemoff:[30,0]}}
		]
	},
	{code:'<img src="/images/bot_carreras.gif" width="151" height="16" />',ocode:'<img src="/images/bot_carreras_on.gif" width="151" height="16" />', url:"/carreras_acreditadas/", target:"_self"},
	{code:'<img src="/images/bot_enlaces.gif" width="151" height="16" />',ocode:'<img src="/images/bot_enlaces_on.gif" width="151" height="16" />', url:"/enlaces/", target:"_self"}, 
	{code:'<img src="/images/bot_noticias.gif" width="151" height="16" />',ocode:'<img src="/images/bot_noticias_on.gif" width="151" height="16" />', url:"/noticias_eventos/", target:"_self"} 
];
//