<!-- Minus AutoDato -->
BLANK_IMAGE = 'Imagens/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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#FFFF00"	// 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:[1,255], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[25,182]},
	{code:"Randonnée",
		sub:[
			{itemoff:[21,0]},
			{code:"O que é?", url:"?op=10", target:"Mestre"},
		]
	},
	{code:"Regulamento",
		sub:[
			{itemoff:[21,0]},
			{code:"Saiba tudo...", url:"?op=20", target:"Mestre"}
		]
	},
	{code:"Inscreva-se",
		sub:[
			{itemoff:[21,0]},
			//{code:"<b>AUDAX 600 - SCS</b>", url:"#", target:"Mestre"},
			{code:" - Informações Gerais", url:"?op=30", target:"Mestre"},
			//{code:" - Procedimentos de Inscrição", url:"?op=30p", target:"Mestre"},
			//{code:" - Termo de Responsabilidade", url:"?op=30t", target:"Mestre"},
			{code:" - <font color=#FF0000><b>BREVET 600km SCS - 2010</b></font>", url:"javascript:Janela('stacruz/stacruz.php?op=30b','Yes',640,460)", target:"Mestre"},
			//{code:" - <font color=#FF0000><b>Formulário de Inscrição</b></font>", url:"?op=30b", target:"Mestre"},
			//{code:" - Cartão de Rota", url:"javascript:Janela('imagempop.php','Yes',420,540)", target:"_self"},
			//{code:" ", url:"#", target:"Mestre"},
			{code:" ", url:"#", target:"Mestre"},
			//{code:"<b>TEMPOS (2008)</b>", url:"#", target:"Mestre"},
			//{code:"<b> - AUDAX 600Km SCS</b>", url:"?op=30lb", target:"Mestre"},
			//{code:"<b> - AUDAX 300Km SCS</b>", url:"?op=30la", target:"Mestre"},
			//{code:"<b> - AUDAX 200Km SCS</b>", url:"?op=30l", target:"Mestre"},
			//{code:" ", url:"#", target:"Mestre"},
			//{code:"<b>AUDAX - LAJEADO</b>", url:"#", target:"Mestre"},
			{code:" - Informações Gerais (Blog)", url:"http://www.audaxlajeado.blogspot.com", target:"_blank"},
			{code:" - Informações Gerais (Site)", url:"http://www.pedalajeado.com.br", target:"_blank"}

/*
			{code:" - Informações Gerais", url:"?op=30", target:"Mestre"},
			{code:" - Procedimentos de Inscrição", url:"?op=30p", target:"Mestre"},
			{code:" - Termo de Responsabilidade", url:"?op=30t", target:"Mestre"},
			{code:"<b> - Inscrições Homologadas</b>", url:"?op=30t", target:"Mestre"},

			{code:"<b>AUDAX 200 - LAJEADO</b>", url:"#", target:"Mestre"},
			{code:" - Informações Gerais", url:"http://www.audaxlajeado.blogspot.com", target:"_blank"}
*/
		]
	},
	{code:"Calendário",
		sub:[
			{itemoff:[21,0]},
			//{code:"Calendário 2008 - BREVE!", url:"", target:"Mestre"}
			{code:"Calendário 2010 - NOVO!", url:"?op=40", target:"Mestre"}
		]
	},
	{code:"Dicas",
		sub:[
			{itemoff:[21,0]},
			{code:"Novo Item obrigatório Audax 300-400-600", url:"?op=57", target:"Mestre"},
			{code:"Le premier rand. brasilien", url:"?op=56", target:"Mestre"},
			{code:"Bicicletas para Audax", url:"?op=50", target:"Mestre"},
			{code:"Basico para Organizar Audax", url:"?op=51", target:"Mestre"},
			{code:"Reglement Des Brevets", url:"?op=52", target:"Mestre"},
			{code:"Dicas para Audax Kent", url:"?op=53", target:"Mestre"},
			{code:"Audax X Morte", url:"?op=54", target:"Mestre"},
			{code:"Hospedagem para Audax SCS", url:"?op=55", target:"Mestre"}
		]
	},
	{code:"Links",
		sub:[
			{itemoff:[21,0]},
			{code:"Visite também...", url:"?op=60", target:"Mestre"}
		]
	},
	{code:"Contato",
		sub:[
			{itemoff:[21,0]},
			{code:"Corrêio Eletrônico", url:"mailto:luizmfaccin@yahoo.com.br", target:"Mestre"},
			{code:"Nosso Endereço", url:"?op=70", target:"Mestre"}
		]
	}
];
