/************************************************************************
* CopyRight do Brasil Consultoria Internacional
* Copyright 2001 by Cleyton Reis.
* Email: cleyton@crbrasil.com
* Last update: July 01, 2002.
*
*************************************************************************/
<!--
<!-- You could steal this script and not give any credit but that wouldn't be nice would it? -->
<!-- Original Script by Cleyton Reis, cleyton@crbrasil.com -->
<!-- Please leave the previous line in your script if you use any of this code -->
<!-- Hide JavaScript
<!-- begin -->

        document.onmousedown=click;
		if (document.layers) window.captureEvents(Event.MOUSEDOWN);
        window.onmousedown=click;

        document.onkeydown=aviso;
        if (document.layers) window.captureEvents(Event.KEYDOWN);
		window.onkeydown=aviso;

		function click(e)
		{
			if (navigator.appName == 'Netscape')
			{
				if (e.which != 1){
					alert("CopyRight do Brasil Internacional Consulting \n \nFor Security reasons and to keep the integrit of this website, we have disable the mouse's right botton !\n Click on Ok to continue...");
					return false;}
			}
			if (navigator.appName == "Microsoft Internet Explorer")
			{
				if (event.button != 1){
					alert("CopyRight do Brasil Internacional Consulting \n \nFor Security reasons and to keep the integrit of this website, we have disable the mouse's right botton !\n Click on Ok to continue...");
					return false;}
			}
		}

        function aviso(ev)
		{
			if (navigator.appName == 'Netscape')
			{
	            if (ev.which >= 1)
				{
    	          alert("CopyRight do Brasil Internacional Consulting \n \nThe keyboard is disable!\n Click OK to continue...!");
        	      document.onmouseup=saida;
				  return false;
				 }
				else if (ev.which != 1)
				{
				  alert("CopyRight do Brasil Internacional Consulting \n \nThe keyboard is disable!\n Click OK to continue...");
				  return false;
				}
			}
			if (navigator.appName == "Microsoft Internet Explorer")
			{
	            if (event.button >= 1)
				{
	              alert("CopyRight do Brasil Internacional Consulting \n \nThe keyboard is disable!\n Click OK to continue...!");
              	  document.onmouseup=saida;
				  return false;
				}
				else if (event.button != 1)
				{
				  alert("CopyRight do Brasil Internacional Consulting \n \nThe keybord is disable!\n Click OK to continue...");
				  return false;
				}
			}
		}

        function saida(evnt)
		{
          if (navigator.appName == 'Netscape')
  			{
            if (evnt.which >= 1)
				{
    	          alert("CopyRight do Brasil Internacional Consulting \n \nThe keybord is disable!\n Click OK to continue...");
        	      document.onmouseup=overload;
				  return false;
            	}
				else if (evnt.which != 1)
				{
            		alert("CopyRight do Brasil Internacional Consulting \n \nYou will sent to a warning file.\nDon't press the key CONTROL, SHIFT or CAPS LOCK.");
					window.open("noautori.htm","IWIN","full,status=yes,toolbar=no,location=no,scrollbars=yes,width=800 height=600");
					return false;
				}
 			}
			if (navigator.appName == "Microsoft Internet Explorer")
			{
	            if (evnt.button >= 1)
				{
    	          alert("CopyRight do Brasil Internacional Consulting \n \nThe keybord is disable!\n Click OK to continue...");
        	      document.onmouseup=overload;
				  return false;
				}
				else if (evnt.button != 1)
				{
            		alert("CopyRight do Brasil Internacional Consulting \n \nYou will sent to a warning file.\nDon't press the key CONTROL, SHIFT or CAPS LOCK.");
					window.open("noautori.htm","IWIN","full,status=yes,toolbar=no,location=no,scrollbars=yes,width=800 height=600");
					return false;
				}
 			}
		}		   
        function overload()
		{
			alert("If your keep traing with computer will stack very soon...");
			overload();
		}
		
// -->

