$(document).ready(function(){
	if($.browser.msie==true) $("body").bind('contextmenu', function() { return false; });
})
