//function esExplorer()
//{
//  if(navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win")!=-1))
//  {
//    return true;
//  }
//  else
//  {
//    return false;
//  }
//}
