BLANK_IMAGE = '/images/b.gif';

var STYLEMAIN = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#fffcc8",		// background color for the items
		bgOVER:"#fffcc8"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"MAINOn",		// CSS class for items
		OVER:"MAINOver"	        // CSS class  for item which is under mouse
	}
};
var STYLESUB = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#97947f",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
	        bgON:"#fffcc8",		// background color for the items
		bgOVER:"#99ae6a"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"SUBOn",		// CSS class for items
		OVER:"SUBOver"	        // CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[12,0], leveloff:[0,108], style:STYLEMAIN, size:[12,107]},
	{code:'<img src="/images/bot_principal.gif" width="107" height="12" />', ocode:'<img src="/images/bot_principal_on.gif" width="107" height="12" />',url:"/index2.html","target":"_self"},
	{code:'<img src="/images/bot_quienessomos.gif" width="107" height="12"/>', ocode:'<img src="/images/bot_quienessomos_on.gif" width="107" height="12"/>',url:"/quienessomos/","target":"_self",
		sub:[
			{itemoff:[16,0],style:STYLESUB,size:[16,110]},
			{code:"Antecedentes",format:{size:[16,110]},url:"/quienessomos/antecedentes.html","target":"_self"},
			{code:"Misi&oacute;n, Visi&oacute;n",format:{size:[16,110]},url:"/quienessomos/misionvision.html","target":"_self"},
			{code:"Directorio",format:{size:[16,110]},url:"/quienessomos/directorio.html","target":"_self"},
			{code:"Zonas Hort&iacute;colas",url:"/quienessomos/zonashorticolas.html","target":"_self"},
			{code:"Normativas",url:"/quienessomos/normativas.html","target":"_self"}
		]
	},
        {code:'<img src="/images/bot_servicios.gif" width="107" height="12"/>', ocode:'<img src="/images/bot_servicios_on.gif" width="107" height="12"/>',url:"/servicios/","target":"_self",
		sub:[
			{itemoff:[16,0],style:STYLESUB,size:[16,120]},
			{code:"Producci&oacute;n de Semilla <br>Certificada de Papa",format:{size:[32,120]},url:"/servicios/producciondesemilla.html","target":"_self"},
			{code:"Producci&oacute;n en <br>Ambientes Protegidos",format:{itemoff:[32,0],size:[32,120]},url:"/servicios/ambientesprotegidos.html","target":"_self"},
			{code:"Procesamiento de <br>Hortalizas",format:{itemoff:[32,0],size:[32,120]},url:"/servicios/procesamientohortalizas.html","target":"_self"},
			{code:"Comercializaci&oacute;n",format:{itemoff:[32,0]},url:"/servicios/comercializacion.html","target":"_self"},
			{code:"Laboratorio",url:"/servicios/laboratorio.html","target":"_self"},
			{code:"Mercado de Mayoreo",url:"/servicios/mercadomayoreo.html","target":"_self"},
			{code:"Planta de Granos",url:"/servicios/plantadegranos.html","target":"_self"}
                ]
	},

	{code:'<img src="/images/bot_hortinoticias.gif" width="107" height="12"/>',ocode:'<img src="/images/bot_hortinoticias_on.gif" width="107" height="12"/>',url:"/hortinoticias/","target":"_self",
		sub:[
			{itemoff:[16,0],style:STYLESUB,size:[16,110]},
			{code:"Revista Gesti&oacute;n <br>Hort&iacute;cola",format:{size:[32,110]},url:"/hortinoticias/revista.html","target":"_self"},
			{code:"Comunicados",format:{itemoff:[32,0],size:[16,110]},url:"/hortinoticias/comunicados.html","target":"_self"},
			{code:"Actividades",format:{size:[16,110]},url:"/hortinoticias/actividades.html","target":"_self"}
		]
        }
];
