function o(u,p)
{
  u= u.toUpperCase();
  if((u == "MILANOV" && p == "8467373") ||
     (u == "SOLAKOV" && p == "845023") ||
     (u == "NSPARQUET2" && p == "806311"))
  {
    document.getElementById('fl').src="../uploads/quantity.xls";
    location.href='http://www.nsparquet.com'
  }
  else
  {
    document.getElementById('warning').style['display']='block';
  }
}
