function showmap(lat,long)
{
  window.open("showmap.htm?lat=" + lat + "&long=" + long,"_blank","height=430, width=430, left=5, top=5, location=no, menubar=no, resizable=no, scrollbars=no, titlebar=yes, toolbar=no",true);
}

