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','index2.html','','white','#006600','black','#FFD735',
	
],

['Properties',null,'','white','#006600','black','#FFD735',
	[
	['For Rent','index2.html','','white','#009933','black','#E0E0E0',
	[
	['Belo Horizonte','aluguelbhi.html','','white','#009933','black','#E0E0E0',],
	
   ['Gated Community','aluguelcondi.html','','white','#009933','black','#E0E0E0'],

   ['Other places','alugueloutcidadei.html','','white','#009933','black','#E0E0E0']]] ,
	
	['For Sale','index2.html','mainIframe','white','#33cc33','black','#E0E0E0',
	
	[
	['Belo Horizonte','vendabhi.html','','white','#33cc33','black','#E0E0E0',],
	
	   ['Gated Community','vendacondi.html','','white','#33cc33','black','#E0E0E0'],

   ['Other places','vendaoutcidadei.html','','white','#33cc33','black','#E0E0E0']]]]] ,


[ 'Farms','902i.html','','white','#006600','black','#FFD735',
	
],

[ 'Contact','contatoi.html','','white','#006600','black','#FFD735',
	
],



['Português','index.html','','white','#006600','black','#FFD735',

]







];