﻿function f()
{
	return false;
}
document.oncontextmenu = f

