function DisallowClick() {
    if (event.button > 1)
        alert("Copyright by FCG");
}	
