function stopRightClick()
{
 document.oncontextmenu = function(){return false}
}