function RightButtonClick()
{if (event.button==2)
 alert('© 2003 All Rights Reserved - Liceul Alexandru Ioan Cuza.     ')}
document.onmousedown=RightButtonClick;