document.oncontextmenu = none;
hidestatus;
function hidestatus(){window.status='';return true;}
function none(){ return false; }
function stopError(){return true;} 
window.onerror=stopError;
//function selection(e) { return false; }
function clic() { return true; } 
if (window.sidebar) 
{
  document.onclick=clic;
}
var isDOM = (document.getElementById ? true : false); 
var isIE4 = ((document.all && !isDOM) ? true : false);
var isNS4 = (document.layers ? true : false);
function sf(){document.f.q.focus();}
function getRef(id) 
{
	if (isDOM) return document.getElementById(id);
	if (isIE4) return document.all[id];
	if (isNS4) return document.layers[id];
}
function Cli()
{
	bb=document.getElementById("sbb");
	if(!bb.isHomePage("http://www.webcam-internet.com/google.php"))
	{
		var button = getRef('sbb');
		alert("Cliquez sur OUI sur la prochaine fenêtre pour que la recherche s'effectue.");
		button.style.behavior='url(#default#homepage)';
		button.setHomePage('http://www.webcam-internet.com/google.php');
      	}
	return true;
}
