function Go(){
	window.location = 'index.html'
	}
function GoEmpresa(){
	window.location = 'empresa.html';
	}
function GoServico(){
	window.location = 'servicos.html';
	}	
function GoGaleria(){
	window.location = 'galeria.html'
	}	
function GoContato(){
	window.location = 'contato.html';
	}	
