// JavaScript Document
function inicial(espaco){
	self.location.href=espaco+"index.php";
}
function empresa(espaco){
	self.location.href=espaco+"empresa.php";
}
function produtos(espaco){
	self.location.href=espaco+"produtos.php";
}
function servicos(espaco){
	self.location.href=espaco+"servicos.php";
}
function uniformes(espaco){
	self.location.href=espaco+"uniformes.php";
}
function camisas(espaco){
	self.location.href=espaco+"camisas.php";
}
function couro(espaco){
	self.location.href=espaco+"couro.php";
}
function alfaiate(espaco){
	self.location.href=espaco+"alfaiate.php";
}
function clientes(espaco){
	self.location.href=espaco+"clientes.php";
}
function responsa(espaco){
	self.location.href=espaco+"responsabilidade.php";
}
function localizacao(espaco){
	self.location.href=espaco+"localizacao.php";
}
function contato(espaco){
	self.location.href=espaco+"contato.php";
}