$(document).bind("contextmenu",function(){   
    return false;   
}).bind("selectstart",function(){   
	return false;   
});
