function redimensiona(){
	if((screen.width)<1255){
		document.getElementById("centerView").style.width = 1255+"px"; //COBRIR A PARTE DEIXADA EM BRANCO EM FUNÇÃO TO TAMANHO FIXO DO MENU
	}else{
		document.getElementById("centerView").style.width = (screen.width)+"px";
	}
}
