BLANK_IMAGE = 'http://www.hsm.min-saude.pt/images/b.gif';

var menusinteseTop = {
	border:0, 		// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	
	color:{
		border:"#546B89",  	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFCA24",		// background color for the items
		bgOVER:"#FFCA24"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"menusinteseTop",		// CSS class for items
		OVER:"menusinteseTop"	// CSS class  for item which is under mouse
	}
};



var menusinteseList = {
	border:1, borders:[0,1,0,1],			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	
	color:{
		border:"#546B89",  	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#143A5F",		// background color for the items
		bgOVER:"#FFCA24"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"menusinteseOn",		// CSS class for items
		OVER:"menusinteseOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[,], itemoff:[0,99], leveloff:[21,0], style:menusinteseTop, size:[21,140]},
	{code:"Síntese de Indicadores",
		sub:[
			{itemoff:[21,0], size:[22,184], style:menusinteseList},
			{code:"Acessibilidade &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8250;",
			sub:[
				{itemoff:[21,0], leveloff:[0,184], size:[22,150], style:menusinteseList},
 				{code:"Cirurgia", url:"http://www.chln.min-saude.pt/tabid/1835/Default.aspx"},
				{code:"Consultas", url:"http://www.chln.min-saude.pt/tabid/1834/Default.aspx"},
 				{code:"MCDT's", url:"http://www.chln.min-saude.pt/tabid/1836/Default.aspx"},
				{code:"Urgência Central", url:"http://www.chln.min-saude.pt/tabid/1840/Default.aspx"},
				{code:"SUB Lisboa Norte", url:"http://www.chln.min-saude.pt/tabid/1928/Default.aspx"},
				]
			},
			{code:"Eficiência e Qualidade", url:"http://www.chln.min-saude.pt/tabid/1837/Default.aspx"},
			{code:"Outros Indicadores &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#8250;",
			sub:[
				{itemoff:[21,0], leveloff:[0,184], size:[22,210], style:menusinteseList},
				{code:"Económicos e Financeiros", url:"http://www.chln.min-saude.pt/tabid/1842/Default.aspx"},
				{code:"Recursos Humanos", url:"http://www.chln.min-saude.pt/tabid/1841/Default.aspx"},
				{code:"SIG", url:"http://www.chln.min-saude.pt/tabid/1602/Default.aspx"},

				]
			},		
			
			

		]
	},
];
var MENU_GRIPE = [
	{pos:[,], itemoff:[0,99], leveloff:[21,0], style:menusinteseTop, size:[21,53]},
	{code:"Gripe A",
		sub:[
			{itemoff:[21,0], size:[22,102], style:menusinteseList},
			{code:"Indicadores", url:"http://83.240.153.196:5514/Estatistica/IndicadoresPandemia/DIP.html"},
			{code:"Informação", url:"http://www.dgs.pt/"},
			]
	},		
			
			
	

		
	
];
