<!-- Begin


	function click()
		{
		if (event.button==2)
			{
			alert('Sorry, source viewing is disabled.');
			}
		}
	document.onmousedown=click;



//  End -->