<!--
function rechtsklick ()
   {
   if (event. button == 2)
   {
   alert ('copyright !')
  }
}
document. onmousedown = rechtsklick
//-->
