        function launchMap()
        {
            window.open("../location/locationmap.html", "locationmap", "width=390, height=350, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no");
        }