var prop = [
80, // transparancy of the items
340, // left position of the whole menu
92, // height position of the whole menu
80, // width of the head items of the menu
19, // top of the head items of the menu
3, // 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 , 0 to set the head items normal
11, // 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
120, // width of the items
19, // heigth of the items
1, // width of the border items
'black', // color of the item border
'solid', // border style of the items
10,//font size of the items
'verdana', // font-family of the items
2, // space between the item panels (multi-level)
1, //top padding in the head item block
1, // left padding in the head item block
'images/arrow.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 =[

[ 'Home','index.html','','white','#006600','black','#FFD735',
	
],

['Imoveis',null,'','white','#006600','black','#FFD735',
	[
	['Aluguel','index.html','','White','#009933','black','#ffd735',
	[
	    ['Belo Horizonte','aluguelbh.html','','Black','#ffd735','White','ffd735',],
	
            ['Condomínios','aluguelcond.html','','Black','#ffd735','White','ffd735'],

            ['Outras cidades','alugueloutcidade.html','','Black','#ffd735','White','ffd735']]] ,
	
	['Venda','index.html','mainIframe','white','#33cc33','black','#ffd735',
	
	[
	   ['Belo Horizonte','vendabh.html','','Black','#FFd735','White','#FFd735',],
	
	   ['Condomínios','vendacond.html','','Black','#FFd735','White','#FFd735'],

           ['Outras Cidades','vendaoutcidade.html','','Black','#FFd735','White','#FFd735']]]]] ,

[ 'Fazendas','902.html','','white','#006600','black','#FFD735',
	
],

[ 'Contato','contato.html','','white','#006600','black','#FFD735',
	
],



['English','index2.html','','white','#006600','black','#FFD735',

]







];