function lade(select)
{
var wert = select.options[select.options.selectedIndex].value;
document.location.href= wert;

}

function popup ()
{
    Fenster = window.open("pop_up_standort.html", "Standort", "scrollbars=no,toolbar=no,status=yes,resizable=no,width=500,height=700,left=200,top=50");
    Fenster.focus();
}

function popup2 ()
{
    Fenster = window.open("pop_up_el_1.html", "easyLogistic", "scrollbars=no,toolbar=no,status=yes,resizable=no,width=700,height=562,left=200,top=50");
    Fenster.focus();
}

function popup3 ()
{
    Fenster = window.open("pop_up_el_2.html", "easyLogistic", "scrollbars=no,toolbar=no,status=yes,resizable=no,width=700,height=436,left=200,top=50");
    Fenster.focus();
}