/* JS to prevent source code displays */

function checkbutton()
{
	if(navigator.appName!="Netscape")
		if(window.event.button==2)
			alert('A security feature to protect Website source-code by BEPL')
}