function isWindows()     {
   if(navigator.platform == "Win32")       {
      return true;
   }  else  {
      return false;
   }
}