
if (navigator.userAgent.indexOf("MSIE")!=-1) {
window.onload = function() {
  document.onselectstart = function() {return false;}   // ie

}
}

// else 
// {
 //  document.onmousedown = function() {return false;}  // mozilla
// }
