// RCSid: $Header: /opt/utm/pse/src/plattform/mittposten/docs/mitt_posten/js/Attic/log_adresskort.js,v 1.1.2.1 2007/02/02 13:55:15 frpe701 Exp $

function openApply(a_Host) {
    //alert("openApply");
   // pacSoft = window.open(a_Host + "/index.php?Section=start&Activity=application","log_adresskort",'status=yes,scrollbarbar=yes,resizable=yes,width=300,height=300');
}

function openPacsoft() {
    //alert("openPacsoft");
    document.packSoft.user.value = document.login.user.value;
    document.packSoft.pin.value = document.login.pin.value;
    document.packSoft.submit();
    //window.location.href("","pacSoft","status=yes,scrollbarbar=yes,resizable=yes,width=700,height=500");
    //pacSoft = window.open("","pacSoft","status=yes,scrollbarbar=yes,resizable=yes,width=700,height=500");
    window.close();

}

function openDemo() {
//alert("openDemo");
    document.packSoft.user.value = 'demo';
    document.packSoft.pin.value = 'demo';
    document.packSoft.submit();
    //window.location.href("","pacSoft","status=yes,scrollbarbar=yes,resizable=yes,width=700,height=500");
    //pacSoft = window.open("","pacSoft","status=yes,scrollbarbar=yes,resizable=yes,width=700,height=500");
    window.close();
}

function openLoggedIn() {
//alert("openLoggedIn");
       //pacSoft = window.open("","pacSoft","menubar=no,status=yes,scrollbarbar=yes,resizable=yes,width=700,height=500");
    document.packSoft.submit();
    //window.close();
}

