function right() {
if (document.all) {
if (event.button==2||event.button==3) {
window.alert('Aviso !\n\n\Caso deseje informações sobre esta HP entre em contato.\n\nClique em Ok, para continuar navegando no site.');
return false;
}
}
if (document.layers) {
if (e.which == 3) {
window.alert('Aviso !\n\n\Caso deseje informações sobre esta HP entre em contato.\n\nClique em Ok, para continuar navegando no site.');
return false;
}
}
}

function verfonte(e)
{
if (navigator.appName == "Netscape" && (e.which == 2 || e.which == 3))
{
alert("Desculpe, esta opção foi desabilitada para evitar eventuais cópias.");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
{
alert("Desculpe, esta opção foi desabilitada para evitar eventuais cópias.");
return false;
}
return true;
}


function erro()
{
document.location="erro.htm"
}

function GotoUrl(url, frame,opc) {

opcao = opc;

paramess = 2;

window.defaultStatus='Ciclos Engenharia Elétrica Ltda.';

if (frame !=  "") 

{

   var s = eval("window." + frame)

   if (s !=  null)

      s.document.location.href = url

   else

      window.open(url, frame, "")

}

else

   window.location.href = url

}
