//***************************************************************************************
//***************************************************************************************
function status(e)
{
	if (event.button == 2)
	{
		alert('This is a NO RIGHT CLICKING ZONE!');
	}
}
//***************************************************************************************
//***************************************************************************************