function click()
{
if (event.button==2)
{
alert('Contact us for more information:\n\nwebmaster@win-maxx.com\n[c] 2000-2004 by win-maxx.com');
}
}
document.onmousedown=click