function click()
{if (event.button==2)
{alert('Copyright 2002-2006 by Piccolo Paradiso Amalfi Coast' )}}
document.onmousedown=click

