<!--
	function dno(){
		return false
	}
	
	function omu(e)	{
		if	(e.which==1){
			window.releaseEvents(Event.MOUSEMOVE);
			window.onmousemove=null
		}
	}
	
	function jk(){
		alert('Para garantir a integridade dos dados, esta ação não é permitida.');
		event.returnValue=false
		return false
	}
	
	function md(){
		if(event.shiftKey==true	|| event.ctrlKey==true)
			return jk()
	}
	function nnw(){
		if (event.keyCode==78 && event.ctrlKey==true)
		{
			event.keyCode=0
			event.returnValue=false
			return false
		}		
	}
	function kj(e){

		if(e.which==1){
			window.captureEvents(Event.MOUSEMOVE);
			window.onmousemove=dno
		}
		if(e.which==3){
			return jk()
		}
	}
	
	function ct(){
		hg=event.button;
		
		if(hg==2||hg==3)
			jk()
	}
	
	function qa0(){
		top.window.status=sTituloDoSite;
		setTimeout("qa0()",50)
	}
	function qa1(){
		return true
	}
	
	function reloadPage(init) {  //recarrega a janela se for redimensionada para o Nav4
		if (init==true) 
			with (navigator) {
				if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
					document.pgW=innerWidth; 
					document.pgH=innerHeight; 
					onresize=reloadPage; 
				}
			}
		else 
			if (innerWidth!=document.pgW || innerHeight!=document.pgH) 
				location.reload();
	}

	function nof(){
		document.location="";
		window.open=null;
		document.write=null;
		window.alert=null;
		return
	}

	// Inicializo as funções
	
	var destination = 'www.guiadocarro.com.br' 

	
	//Verificaco a estrutura da página

	//*********************************
	//   Não usar na página inicial	
	//*********************************	

	// Verifico se não está tentando ver o conteúdo "off-line"
	var s64;

	if((top.window.location.protocol.indexOf("file")!=-1) || (top.window.location.href.indexOf("[")!=-1)){ 
		if(s64!=true){
			nof()
		}
	}


	// Desabilito os eventos
	
	vc=document.all;
	qb=document.getElementById;
	
	//window.onerror = qa1;
	
	if(vc){
		if(qb){
			document.onmousedown=md;
			document.oncontextmenu=jk;
			//document.onselectstart=dno;
			document.ondragstart=dno;
		}
		else{
			document.onmousedown=ct
		}
	}
	if(qb&&!vc){
		//document.onmousedown=dno;
		document.onmouseup=kj;
		document.oncontextmenu=dno
	}	
	if(document.layers){
		window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN);
		window.onmousedown=kj;
		window.onmouseup=omu
	}
	
	// Outra forma de definir o texto da barra de status...
	//qa0();
	//top.window.defaultStatus=sTituloDoSite;
	
	if((vc||qb)&&document.body)
		document.body.onmouseover=qa1
	
	if(document.all){Brwsr = "IE"}
	if(document.layers){Brwsr = "NN4"}
	if(document.getElementById && window.sidebar){Brwsr = "NN6"}
	if(navigator.appName =="Opera"){Brwsr = "Opera"}
	
	reloadPage(true);

	if(Brwsr != "NN4"){
		//top.window.moveTo(-10,-10);
		//top.window.resizeTo(screen.availWidth+20,screen.availHeight+20);
		top.window.focus();
	}

//-->
