window.onmousedown = function(e){
if(e && e.preventDefault)
 e.preventDefault();
};
