function no_right_click() 
{
 if (event.button==2) 
   window.alert('FaNaTeQ.com 2009© All rights reserved');
}
document.onmousedown=no_right_click;

