<!--
function click() 
{
if (event.button==2) 
{
alert('Design by fgros@powerbrain.com ')
}
}
document.onmousedown=click
// -->
