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

