function showmap(mapname)
{
    window.open("viewmap.asp?map=" + mapname, null, "width=670,height=570");
}
