function showroute(hwy)
{
  window.open("showroute.htm?hwy=" + hwy,"_blank","height=556, width=780, left=5, top=5, location=no, menubar=no, resizable=no, scrollbars=no, titlebar=yes, toolbar=no",true);
}

