<!-- //No Right Click for IE Part 1 -->
<!--
function notice(){
  menutext.style.left=document.body.scrollLeft+event.clientX
  menutext.style.top=document.body.scrollTop+event.clientY
  menutext.style.visibility="visible"
  return false
}
function hidenotice(){
  menutext.style.visibility="hidden"
}
function errorsuppressor(){
return true
}
window.onerror=errorsuppressor
if (navigator.appName=="Netscape") type="NN";
else type="IE";
defaultStatus=' ';
//-->

