// JavaScript Document
function abreEmpresa(){
	window.open("empresa.html","moradasol_conteudo");
}
function abreDestaque(){
	window.open("destaque.php","moradasol_conteudo");
}
function abreLancamentos(){
	window.open("lancamento.php","moradasol_conteudo");
}
function abreComo(){
	window.open("como_alugar.html","moradasol_conteudo");
}
function abreAdministracao(){
	window.open("administracao_bens.html","moradasol_conteudo");
}
function abreLocalize(){
	window.open("localize.html","moradasol_conteudo");
}
function abreCadastre(){
	window.open("cadastre.html","moradasol_conteudo");
}
function abreEncomende(){
	window.open("encomende.html","moradasol_conteudo");
}
function abreContato(){
	window.open("contato.html","moradasol_conteudo");
}
function abreBanner(){
	window.open("blue_stripes.html",'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=190,height=400,top=40,left=40');
}
function abreSula(){
	window.open("banner.html",'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=570,height=400,top=40,left=40');
}