<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage;}}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->

var isIE=document.all?true:false;


function my_onkeydown_handler(){
                 
  switch (event.keyCode)
  {
    case 122 : // 'F11'
    event.returnValue = false;
    event.keyCode = 0;
    break;            
   }
}
if(isIE){
	document.attachEvent("onkeydown", my_onkeydown_handler);
	}else {
		document.addEventListener("onkeydown",my_onkeydown_handler,true);
}

function hidestatus(){
window.status='Copyright Bisotto Cosima Imobiliária'
return true
}

if (document.layers)document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus