var prop = [
100, // transparancy of the items
5, // left position of the whole menu
80, // height position of the whole menu
100, // width of the head items of the menu
20, // top of the head items of the menu
4, // space between the head items
1, // width of the border of the head items
'black',//bordercolor of the head items
0, // 1 to set the head items bold , 1 to set the head items normal
10, // font-size of the head items
'verdana', // font-family of the head items
'solid', // border style of the head items
3, // space between the header and the items
138, // width of the items 142
20, // heigth of the items
1, // width of the border items
'black', // color of the item border
'solid', // border style of the items
9,//font size of the items
'verdana', // font-family of the items
2, // space between the item panels (multi-level)
3, //left padding in the head item block
7, // top padding in the head item block
'icons/folder2.gif' // icon at the left when there are subitems
];

//link ==> [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover]
//link with items ==> [text,url,target,text_color,background_color,text_color_onmouseover,background_color_onmouseover,[items]] 
var link =[
['<b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A Cetro</b>',null,'_top','#FFFFFF','#666699','#FFCC66','#666699',[
['<B>Sobre a Cetro</B>','http://www.cetroconcursos.com.br/Cetro/cetro_sobre.htm','_top','#FFFFFF','#9999BB','#FFFFFF','#666699'],
['<B>Qualidade Cetro</B>','http://www.cetroconcursos.com.br/Cetro/cetro_qualidade.htm','_top','#FFFFFF','#9999BB','#FFFFFF','#666699'],
['<B>Nossos Clientes</B>','http://www.cetroconcursos.com.br/Cetro/cetro_nossosclientes.htm','_top','#FFFFFF','#9999BB','#FFFFFF','#666699'],
['<B>Fale com o Presidente</B>','mailto:presidente@cetroconsultoria.com.br','_top','#FFFFFF','#9999BB','#FFFFFF','#666699']
]],
['<b>&nbsp;&nbsp;&nbsp;&nbsp;Serviços</b>','http://www.cetroconcursos.com.br/Cetro/cetro_servicos.htm','_top','#FFFFFF','#666699','#FFCC66','#666699'],

['<b>&nbsp;&nbsp;&nbsp;Concursos</b>',null,'_top','#FFFFFF','#666699','#FFCC66','#666699',
[
['<b>Concursos realizados</b>','http://www.cetroconcursos.com.br/Cetro/cetro_concursosandamento.asp','_top','#FFFFFF','#9999BB','#FFFFFF','#666699'],
['<b>Nosso compromisso</b>','http://www.cetroconcursos.com.br/Cetro/cetro_nossocompromisso.htm','_top','#FFFFFF','#9999BB','#FFFFFF','#666699'],
['<b>Mensagem ao candidato</b>','http://www.cetroconcursos.com.br/Cetro/cetro_saibamais.htm','_top','#FFFFFF','#9999BB','#FFFFFF','#666699'],
['<b>Dicas ao candidato</b>','http://www.cetroconcursos.com.br/Cetro/cetro_dicascandidato.htm','_top','#FFFFFF','#9999BB','#FFFFFF','#666699']
]],
['<b>&nbsp;Treinamento</b>','http://www.cetroconcursos.com.br/Cetro/cetro_treinamento.htm','_top','#FFFFFF','#666699','#FFCC66','#666699'],

['<b>&nbsp;O Instituto</b>','http://www.institutocetro.org.br','_top','#FFFFFF','#666699','#FFCC66','#666699'],

['<b>Fale Conosco</b>','http://www.cetroconcursos.com.br/Cetro/cetro_faleconosco.htm','_top','#FFFFFF','#666699','#FFCC66','#666699']
];