	<!--//
	
	if (document.images) {
	        link1on = new Image(73,72);
	        link1on.src = "imagens/bhome2.gif";
	        link2on = new Image(73,72);
	        link2on.src = "imagens/bempresa2.gif";
	        link3on = new Image(75,72);
	        link3on.src = "imagens/bportfolio2.gif";
	        link4on = new Image(75,72);
	        link4on.src = "imagens/bservicos2.gif";
	        link5on = new Image(75,72);
	        link5on.src = "imagens/bfale2.gif";
	        link1off = new Image(73,72);
	        link1off.src = "imagens/bhome1.gif";
	        link2off = new Image(73,72);
	        link2off.src = "imagens/bempresa1.gif";
	        link3off = new Image(75,72);
	        link3off.src = "imagens/bportfolio1.gif";
	        link4off = new Image(75,72);
	        link4off.src = "imagens/bservicos1.gif";
	        link5off = new Image(75,72);
	        link5off.src = "imagens/bfale1.gif";
	        text1 = new Image(237,73);
	        text1.src = "imagens/fhome.gif";
	        text2 = new Image(237,73);
	        text2.src = "imagens/fempresa.gif";
	        text3 = new Image(237,73);
	        text3.src = "imagens/fportfolio.gif";
	        text4 = new Image(237,73);
	        text4.src = "imagens/fservicos.gif";
	        text5 = new Image(237,73);
	        text5.src = "imagens/ffale.gif";
	        textoff = new Image(237,73);
	        textoff.src = "imagens/fundopreto.gif"; }

	function change_quote(imgNum) {          
	        if (document.images != null) {
	                imgOn = eval("text" + imgNum + ".src");          
	                document.quote.src = imgOn;          
	        }  
	}
	
	function img_act(imgName) {
	      if (document.images != null) {
	        imgOn = eval(imgName + "on.src");
	        document [imgName].src = imgOn;
	      }
	}
	
	function img_inact(imgName) {
	      if (document.images != null) {
	        imgOn = eval(imgName + "off.src");
	        document [imgName].src = imgOn;
	      }
	}
	
	//window.onerror=null
	
	//-->

// PROTEGER FORMULARIO
<!--
// No rightclick script v.2.5
// (c) Carnaxe
// carnaxe@uol.com.br
// Don't delete this header!
var message="AVISO DE DIREITO AUTORAL.\n\nTodo e qualquer material, seja texto, som ou imagem, é de direito único e exclusivo da PGHOME Internet Solutions. Todo e qualquer material de terceiros, seja texto, som ou imagem, se houver, acompanha seus devidos créditos.\n\nNenhum logo (logotipo, logomarca), imagem ou som referente a este Site pode ser transmitido ou veiculado de qualquer modo sem prévia e expressa autorização da PGHOME Internet Solutions.\n\nMARCAS. Todos os nomes de Empresas e nomes de produtos aqui mencionados são marcas ou marcas registradas de seus respectivos titulares.\n\nOs nomes de empresas, produtos, pessoas, personagens e/ou as informações aqui mencionadas são de inteira responsabilidade de seus titulares.\n\nCréditos:\n\nPGHOME Internet Solutions.®\n\nAcesso proibido ao código fonte.\n\n© Copyright 2001\nby PGHOME Internet Solutions - Web Development and Management.\nTodos os direitos reservados."; // Message for the alert box
// Don't edit below!
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;


