<!-----
//no right click

function click() {
     if (navigator.appName=='Microsoft Internet Explorer')
     {
          if (event.button==2)
          {
              alert ("Copyright 2002-06 sun-site.com");
          }
     }
}
document.onmousedown=click

//------->
