 function startup_mami() {
     initializeLoginForm();

     if (document.getElementById('google_map')) {
        load_gmap();
     }
 }

function take(id, name)
{
    opener.document.getElementById('rcptId').value = id;
    opener.document.getElementById('rcptName').innerHTML = name;
    window.close();
}

<!-- init input-boxes with bg-pics -->

function initializeLoginForm() {}

<!-- functions by change -->

function emptyValueLOGIN() {}

function emptyValuePW() {}

function refillValueLOGIN() {}

function refillValuePW() {}



