	
// Internet Explorer:
if (document.all)
  document.onselectstart =
    function () { return false; };
	
	if (document.all)
  document.onmousedown =
    function () { return false; };