// JavaScript Document
sub fOnMouseDown()
if Window.event.button = 2 Then
Alert("Oooops! you are not authorized to view this page.")
End If
End sub