function disableSelection(_1){if(typeof _1.onselectstart!="undefined"){_1.onselectstart=function(){return false;};}else{if(typeof _1.style.MozUserSelect!="undefined"){_1.style.MozUserSelect="none";}else{_1.onmousedown=function(){return false;};}}_1.style.cursor="default";}