$(function(){$(document).bind("contextmenu",function(){return false;});$(document).bind('mousedown',ds);$(document).bind('selectstart',ds);});function ds(e){ if($(e.target).attr('type') != 'undefined')if(!$(e.target).attr('type')+''.match(/(text|password)/)){return false;}}
