// JavaScript Document

//function formatPage(){

//var convene =window.open("./login.asp?reload=true",'convene','scrollbars=yes,resizabl
//e=no,width=720,height=580,menubar=no,status=no');

//window.open = top;

//self.focus();
//window.close();
//convene.focus();

//return true;
//}


function carrega_pag(df_url){
if (document.layers) {
	  document.captureEvents(Event.MOUSEDOWN);
	  document.onmousedown=clickNS;
}else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

return true;	
	}


function clickIE() {if (document.all) {
	var message="Protegido1";
	//alert(message);
	return false;
	
	}}

function clickNS(e) {
 if (document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {
	var message="Protegido2";
	//alert(message);
	return false;
	}}}


function alerta_browser (param){
 if(navigator.appName!='Microsoft Internet Explorer') {
 return   alert('NAVEGADOR NÃO INDICADO!\nO Navegador que você está usando não é o adequado para a visualização desse site.\nEste site foi   projetado para ser visualizado com Microsoft Internet Explorer, versão 6 ou superior');
 }
}



function abrir_jenela(url) {  

return window.open (url,
"mywindow","location=0,status=0,scrollbars=1,width="+screen.width+",height="+screen.height+",top=1,left=1"); 

}

function esconde_status(){
 window.status='#';
 return true
}




