if (typeof document.onselectstart!="undefined") //IEca
document.onselectstart=function(){return false}
else //FF
document.body.style.MozUserSelect = "none";