<!-- // new map-window opening

id = 0;

function mapOpen (htmlFile)
{
     rWidth = 610
     rHeight = 655
     obName = "mapWindow"+id
     s = "toolbar=no,location=no,scrollbars=yes,width="+rWidth+",height="+rHeight+",resizable=yes, top=100,left=100"

     mapWindow = window.open(htmlFile, obName, s)
     id++
}


// end of Javascript -->

