<!-- CONTROLE DO MENU SUPERIOR DESLIZANTE-->

jQuery(document).ready(function()
		{
			jQuery("#abre_sub").click(function () {
			jQuery("#sub").slideToggle("slow");
			});
		});
	
<!-- CONTROLE DO MENU SUPERIOR DESLIZANTE-->

<!-- CONTROLE DAS ABAS HOME DESLIZANTE-->
	
jQuery(document).ready(function()
				{
				  jQuery("#aba_lancamentos_off").click(function () {
				  jQuery("#lancamentos").slideToggle("slow");
			      jQuery("#breves").hide();
				  jQuery("#loteamentos").hide();
				  jQuery("#comerciais").hide();
				  jQuery("#aba_lancamentos_on").show();
				  jQuery("#aba_lancamentos_off").hide();
				  jQuery("#aba_breve_lancamentos_on").hide();
				  jQuery("#aba_breve_lancamentos_off").show();
  				  jQuery("#aba_comerciais_on").hide();
				  jQuery("#aba_comerciais_off").show();
				  jQuery("#aba_loteamentos_on").hide();
				  jQuery("#aba_loteamentos_off").show();
				});
				  jQuery("#aba_breve_lancamentos_off").click(function () {
				  jQuery("#breves").slideToggle("slow");
			      jQuery("#lancamentos").hide();
				  jQuery("#loteamentos").hide();
				  jQuery("#comerciais").hide();																	   
				  jQuery("#aba_breve_lancamentos_on").show();
				  jQuery("#aba_breve_lancamentos_off").hide();
				  jQuery("#aba_lancamentos_on").hide();
				  jQuery("#aba_lancamentos_off").show();
   				  jQuery("#aba_comerciais_on").hide();
				  jQuery("#aba_comerciais_off").show();
  				  jQuery("#aba_loteamentos_on").hide();
				  jQuery("#aba_loteamentos_off").show();
				  
				});
				  jQuery("#aba_comerciais_off").click(function () {
				  jQuery("#comerciais").slideToggle("slow");
			      jQuery("#breves").hide();
				  jQuery("#loteamentos").hide();
				  jQuery("#lancamentos").hide();																
				  jQuery("#aba_comerciais_on").show();
				  jQuery("#aba_comerciais_off").hide();
				  jQuery("#aba_lancamentos_on").hide();
				  jQuery("#aba_lancamentos_off").show();
   				  jQuery("#aba_breve_lancamentos_on").hide();
				  jQuery("#aba_breve_lancamentos_off").show();
  				  jQuery("#aba_loteamentos_on").hide();
				  jQuery("#aba_loteamentos_off").show();
				});	
				  jQuery("#aba_loteamentos_off").click(function () {
				  jQuery("#loteamentos").slideToggle("slow");
			      jQuery("#breves").hide();
				  jQuery("#comerciais").hide();
				  jQuery("#lancamentos").hide();																 
				  jQuery("#aba_loteamentos_on").show();
				  jQuery("#aba_loteamentos_off").hide();
				  jQuery("#aba_lancamentos_on").hide();
				  jQuery("#aba_lancamentos_off").show();
   				  jQuery("#aba_breve_lancamentos_on").hide();
				  jQuery("#aba_breve_lancamentos_off").show();
  				  jQuery("#aba_comerciais_on").hide();
				  jQuery("#aba_comerciais_off").show();
				});	
				  
			
			});	

<!-- CONTROLE DAS ABAS HOME DESLIZANTE-->

<!-- CONTROLE DA ABERTURA DA JANELA DO ATENDIMENTO ON-LINE-->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
<!-- CONTROLE DA ABERTURA DA JANELA DO ATENDIMENTO ON-LINE-->

<!-- ADICIONAR AOS FAVORITOS-->
function addFav(){
    var url      = "http://www.elitelar.com.br";
    var title    = "Elitelar Inteligência Imobiliária";
    if (window.sidebar) window.sidebar.addPanel(title, url,"");
    else if(window.opera && window.print){
        var mbm = document.createElement('a');
        mbm.setAttribute('rel','sidebar');
        mbm.setAttribute('href',url);
        mbm.setAttribute('title',title);
        mbm.click();
    }
    else if(document.all){window.external.AddFavorite(url, title);}
}
<!-- ADICIONAR AOS FAVORITOS-->

<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

