<!--













































am = "Team Variedades 4x4\n Actores principais: Brochado Teixeira e //António Seixas \n Obrigado pela visita";
bV  = parseInt(navigator.appVersion)
bNS = navigator.appName=="Netscape"
bIE = navigator.appName=="Microsoft Internet Explorer"
function nrc(e) {
   if (bNS && e.which > 1){
      alert(am)
      return false
   } else if (bIE && (event.button >1)) {
     alert(am)
     return false;
   }
}
document.onmousedown = nrc;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (bNS && bV<5) window.onmousedown = nrc;



function verif()
{
if (top==self)
self.location.href="http://teamvariedades4x4.com/"
}

function barra(mensagem)
{
self.window.status=mensagem;
}



function abre1(URL){
parametros="height=600,width=800,top=0,titlebar=1,left=0,scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";
window.open(URL,"",parametros);
}

function abre2(URL){
parametros="height=600,width=800,top=0,left=0,scrollbars=yes,location=no,directories=no,status=yes,menubar=no,toolbar=yes,resizable=yes";
window.open(URL,"",parametros);
}

function videogrande(URL){
parametros="height=420,width=480,top=0,left=0,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";
window.open(URL,"",parametros);
}

function videopequeno(URL){
parametros="height=320,width=380,top=0,left=0,scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";
window.open(URL,"",parametros);
}

//-->