// Valida Contato
<!--
function ValidaFormContato(form) {

	if (form.nome.value == "") {
		alert("Atenção!\nO campo NOME deve ser preenchido.");
		form.nome.focus();
		return false;
	}
	if (form.cidade.value == "") {
		alert("Atenção!\nO campo CIDADE deve ser preenchido corretamente.");
		form.cidade.focus();
		return false;
	}
	if (form.email.value == "") {
		alert("Atenção!\nO campo E-MAIL deve ser preenchido corretamente.");
		form.email.focus();
		return false;
	}
	if (form.telefonecom.value == "") {
		alert("Atenção!\nO campo TELEFONE COMERCIAL deve ser preenchido corretamente.");
		form.telefonecom.focus();
		return false;
	}
	if (form.orcar.value == "") {
		alert("Atenção!\nO campo ORÇAMENTO deve ser preenchido corretamente.");
		form.orcar.focus();
		return false;
	}
}
// -->

<!--
//ADD
var bookmarkurl=document.location
var bookmarktitle=document.title

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
// -->

<!--
function MM_openBrWindow(nome) {
	largura = 640;
	altura = 480;
	posiDire = 100;
	posiTopo = 100;
	descr = "Solução Multi Serviços"
	x = largura;
	y = altura;
	novaJane = window.open( nome ,"","width=" + x + ",height=" + y + ",left=" + posiDire + ",top=" + posiTopo );
	novaJane.document.open();
	novaJane.document.write('<html><head>');
	novaJane.document.write('<title>' + descr + '</title>');
	novaJane.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css"><!-- body { margin: 0; } --></style></head><body>');
	novaJane.document.write('<img src="' + nome + '">');
	novaJane.document.write('</body></html>');
	novaJane.document.close();
	novaJane.focus();
}
// -->

<!--
function MM_openBrWindow2(nome) {
	largura = 480;
	altura = 630;
	posiDire = 100;
	posiTopo = 100;
	descr = "Solução Multi Serviços"
	x = largura;
	y = altura + 5;
	novaJane = window.open( nome ,"","width=" + x + ",height=" + y + ",left=" + posiDire + ",top=" + posiTopo );
	novaJane.document.open();
	novaJane.document.write('<html><head>');
	novaJane.document.write('<title>' + descr + '</title>');
	novaJane.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css"><!-- body { margin: 0; } --></style></head><body>');
	novaJane.document.write('<img src="' + nome + '">');
	novaJane.document.write('</body></html>');
	novaJane.document.close();
	novaJane.focus();
}
// -->

<!--
function MM_openBrWindow3(nome) {
	largura = 400;
	altura = 295;
	posiDire = 100;
	posiTopo = 100;
	descr = "Solução Multi Serviços"
	x = largura;
	y = altura + 5;
	novaJane = window.open( nome ,"","width=" + x + ",height=" + y + ",left=" + posiDire + ",top=" + posiTopo );
	novaJane.document.open();
	novaJane.document.write('<html><head>');
	novaJane.document.write('<title>' + descr + '</title>');
	novaJane.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css"><!-- body { margin: 0; } --></style></head><body>');
	novaJane.document.write('<img src="' + nome + '">');
	novaJane.document.write('</body></html>');
	novaJane.document.close();
	novaJane.focus();
}
// -->

<!--
function MM_openBrWindow4(nome) {
	largura = 300;
	altura = 395;
	posiDire = 100;
	posiTopo = 100;
	descr = "Solução Multi Serviços"
	x = largura;
	y = altura + 5;
	novaJane = window.open( nome ,"","width=" + x + ",height=" + y + ",left=" + posiDire + ",top=" + posiTopo );
	novaJane.document.open();
	novaJane.document.write('<html><head>');
	novaJane.document.write('<title>' + descr + '</title>');
	novaJane.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><style type="text/css"><!-- body { margin: 0; } --></style></head><body>');
	novaJane.document.write('<img src="' + nome + '">');
	novaJane.document.write('</body></html>');
	novaJane.document.close();
	novaJane.focus();
}
// -->

