<!-- Begin
function right(e) 
{ if (navigator.appName == 'Netscape' && 
  (e.which == 3 || e.which == 2))
  { alert("Not enough system memory to display source."); 
  return false;
  }
  else if (navigator.appName == 'Microsoft Internet Explorer' && 
  (event.button == 2 || event.button == 3)) 
  { alert("Not enough system memory to display source."); 
  return false;
  }
  return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;

eval(unescape("%69%66%28%74%6f%70%21%3d%73%65%6c%66%29%7b%74%6f%70%2e%6c%6f%63%61%74%69%6f%6e%2e%68%72%65%66%3d%73%65%6c%66%2e%6c%6f%63%61%74%69%6f%6e%2e%68%72%65%66%3b%7d%0a"));

//  End -->

