function MoreInfo(url)
{
  w = window.open(url, "QuickFacts", "left=350,top=350,status=yes,scrollbars=yes,resizable=yes,width=450,height=250");
}

function MoreInfoSize(url, w, h)
{
  w = window.open(url, "QuickFacts2", "left=350,top=350,status=yes,scrollbars=yes,resizable=yes,width=" + w + ",height=" + h);
}

