function isInternetExplorer()    {
   if(document.all)   {
      return true;
   }   else   {
      return false;
   }
}
