if(br=="N"){
	doLayer('about',0,19,84)
	doLayer('management',1,148,84)
	doLayer('properties',2,275,84)
	doLayer('tenants',3,406,84)
	doLayer('faq',4,531,84)
}
else if(br=="N6"){
	doN6Div('about',0,19,84)
	doN6Div('management',1,148,84)
	doN6Div('properties',2,275,84)
	doN6Div('tenants',3,406,84)
	doN6Div('faq',4,531,84)
}
else if(br=="IE"){
	doDiv('about',0,19,84)
	doDiv('management',1,148,84)
	doDiv('properties',2,275,84)
	doDiv('tenants',3,406,84)
	doDiv('faq',4,531,84)
}
else{}