<!--
	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 = 'http://www.guiadocarro.com.br' 

	
	//Verifico a estrutura da página

	if (!(((top.name == 'Janela_Popup') || (top.name == 'Enquete')) && (top.location.href.indexOf(destination) > -1))){
		if ((top == self) || (top.location.href.indexOf(destination) == -1))
			top.document.location = destination;
		else
			if ((top.document.frames.length != 2))
				top.document.location = destination;
			else
				if ((top.document.frames(0).name != 'oculto') || (top.document.frames(1).name != 'principal'))
					top.document.location = destination;
	}	
	// Verifico se não está tentando ver o conteúdo "off-line"
	var s64;

	if((window.location.protocol.indexOf("file")!=-1) || (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.onclick=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();
	//window.defaultStatus=window.status;
	
	//if((vc||qb)&&document.body){
	//	document.body.onmouseover=qa1;
		// TODO: Verificar eventos da coleção "Links" do objeto "Document"
	//}

	//******************************
	//   REDIMENSIONAR TELA
	// Só usar na página inicial	
	//******************************	

//-->
