function inicial(espaco){
	self.location.href=espaco+"index.php";
}
function empresas(espaco){
	self.location.href=espaco+"empresas_conveniadas.php";
}
function cadastro(espaco){
	self.location.href=espaco+"compra_login.php";
}
function pedidos(espaco){
	self.location.href=espaco+"meus_pedidos.php";
}
function orientacoes(espaco){
	self.location.href=espaco+"orientacoes.php";
}
function duvidas_freq(espaco){
	self.location.href=espaco+"duvidas_frequentes.php";
}
function fale(espaco){
	self.location.href=espaco+"fale.php";
}

try{
	layer = document.getElementById('content');
	layer.style.height = layer.offsetHeight + 'px';
}catch(e){
	//
}
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 ))

if (ns4) {
    layerRef="document.layers";
    styleRef="";
} else {
    layerRef="document.all";
    styleRef=".style";
}       


