/*function negocio(){
	$j("#unidade01").hide();
	$j("#unidade02").hide();
	$j("#unidade03").hide();
	
}
function locacao(){
	
	$j("#unidade00").hide();
	$j("#unidade02").hide();
	$j("#unidade03").hide();
}
function servicos(){
	$j("#unidade00").hide();
	$j("#unidade01").hide();
	$j("#unidade03").hide();
}
function vendas(){
	$j("#unidade00").hide();
	$j("#unidade01").hide();
	$j("#unidade02").hide();
}

function abrirUnidade01(){

	$j("#unidade00").hide(1000,function(){
		$j("#unidade02").hide(1000,function(){
			$j("#unidade03").hide(1000,function(){
				$j("#unidade01").show(1000);
							
			});		
		});
	});
}
function abrirUnidade03(){
	$j("#unidade00").hide(1000,function(){
		$j("#unidade01").hide(1000,function(){
			$j("#unidade03").hide(1000,function(){
				$j("#unidade02").show(1000);
							
			});			
		});
	});
}

function abrirUnidade02(){
	$j("#unidade01").hide(1000,function(){
		$j("#unidade02").hide(1000,function(){
			$j("#unidade03").hide(1000,function(){
				$j("#unidade00").show(1000);
							
			});			
		});
	});
}

function abrirUnidade04(){
	$j("#unidade01").hide(1000,function(){
		$j("#unidade02").hide(1000,function(){
			$j("#unidade00").hide(1000,function(){
				$j("#unidade03").show(1000);			
			});			
		});
	});
}

function orcamento1(){
	
	$j("#email").show();
	
}*/

function onMenuOver(){
	$j("#navegacao1").css('display', 'block');
}
function onMenuOut(){
	$j("#navegacao1").css('display', 'none');
}
function onMenuOver2(){
	$j("#navegacao3").css('display', 'block');
}
function onMenuOut2(){
	$j("#navegacao3").css('display', 'none');
}
$j(function() {
				var options = {
					target: "#respemail",
					beforeSubmit: showRequest,
					success: showResponse,
					clearForm: true
				};
				
				$j("#formEmail").validate({
					rules: {
						nome: "required",

						email: {
							required: true,
							email: true
							
						}
					},
					messages: {
						email: "&nbsp;*",
						
						email: {
							required: "&nbsp;<span class='aspas'>*</span>",
							email: "&nbsp;*"
							
						}
					},
					errorElement: "em",
					errorClass: "error",
					highlight: function(element, errorClass) {
						$j(element).addClass(errorClass);
					},
					submitHandler: function(form) {
						$j(form).ajaxSubmit(options);
					}
				});
				
			});
						
			function showRequest(formData, jqForm, options) {
				return true;
			}
			
			function showResponse(responseText, statusText) {
				$j("#respemail").fadeOut(1000);
				if(responseText != ""){
					$j("#respemail").fadeIn(1000).html(responseText);
				}
			}
			
$j(function() {
			
				
				
				var options = {
					target: "#respemail2",
					beforeSubmit: showRequest,
					success: showResponse,
					clearForm: true
				};
				
				$j("#formEmail2").validate({
					rules: {
						nome: "required",

						email: {
							required: true,
							email: true
							
						}
					},
					messages: {
						email: "&nbsp;*",
						
						email: {
							required: "&nbsp;<span class='aspas'>*</span>",
							email: "&nbsp;*"
							
						}
					},
					errorElement: "em",
					errorClass: "error",
					highlight: function(element, errorClass) {
						$j(element).addClass(errorClass);
					},
					submitHandler: function(form) {
						$j(form).ajaxSubmit(options);
					}
				});
				
			});
						
			function showRequest(formData, jqForm, options) {
				return true;
			}
			
			function showResponse(responseText, statusText) {
				$j("#respemail2").fadeOut(1000);
				if(responseText != ""){
					$j("#respemail2").fadeIn(1000).html(responseText);
				}
			}
			
			
$j(function() {
			
				
				
				var options = {
					target: "#respemail3",
					beforeSubmit: showRequest,
					success: showResponse,
					clearForm: true
				};
				
				$j("#formEmail3").validate({
					rules: {
						nome: "required",

						email: {
							required: true,
							email: true
							
						}
					},
					messages: {
						email: "&nbsp;*",
						
						email: {
							required: "&nbsp;<span class='aspas'>*</span>",
							email: "&nbsp;*"
							
						}
					},
					errorElement: "em",
					errorClass: "error",
					highlight: function(element, errorClass) {
						$j(element).addClass(errorClass);
					},
					submitHandler: function(form) {
						$j(form).ajaxSubmit(options);
					}
				});
				
			});
						
			function showRequest(formData, jqForm, options) {
				return true;
			}
			
			function showResponse(responseText, statusText) {
				$j("#respemail3").fadeOut(1000);
				if(responseText != ""){
					$j("#respemail3").fadeIn(1000).html(responseText);
				}
			}
			
$j(function() {
			
				
				
				var options = {
					target: "#respemail4",
					beforeSubmit: showRequest,
					success: showResponse,
					clearForm: true
				};
				
				$j("#formEmail4").validate({
					rules: {
						nome: "required",

						email: {
							required: true,
							email: true
							
						}
					},
					messages: {
						email: "&nbsp;*",
						
						email: {
							required: "&nbsp;<span class='aspas'>*</span>",
							email: "&nbsp;*"
							
						}
					},
					errorElement: "em",
					errorClass: "error",
					highlight: function(element, errorClass) {
						$j(element).addClass(errorClass);
					},
					submitHandler: function(form) {
						$j(form).ajaxSubmit(options);
					}
				});
				
			});
						
			function showRequest(formData, jqForm, options) {
				return true;
			}
			
			function showResponse(responseText, statusText) {
				$j("#respemail4").fadeOut(1000);
				if(responseText != ""){
					$j("#respemail4").fadeIn(1000).html(responseText);
				}
			}
			
		