function protectlogo() 
{ 
      if (event.button == 2) {
            alert("If you want to download the logo, please use the higher quality files from the download page, see menu.");  
            return false; 
      }
      else 
            return true; 
} 

