		function AbrirChat() {
			window.open ("chat/", "imobiliaria", "menubar=0,resizable=1,width=800,height=320");
		}
		$(function() {
			$.preLoadImages("imagens/bgf.png", "imagens/big_frame.png", "imagens/bg.png", "imagens/checkbox_ativo.png", "imagens/checkbox_inativo.png");
			
			$('input[type=checkbox],input[type=radio]').css('border', '0px');
			
			$("#jetpanel").mousedown(function() { $(this).addClass('down'); });
			$("#jetpanel").mouseup(function() { $(this).removeClass('down'); });
			$("#jetpanel").mouseleave(function() { $(this).removeClass('down'); });
		});
		
		function ShowLoading() { $("#LoadingImovel").css({ opacity: 0.8, zIndex: 100000000, left: (parseInt($(window).width() / 2) - parseInt($("#LoadingImovel").width() / 2)) + 'px', top: (parseInt($(window).height() / 2) - parseInt($("#LoadingImovel").height() / 2)) + 'px', display: 'inline-block' }); }
		function HideLoading() { $("#LoadingImovel").hide(); }
