function popup(location)
{
    window.open(location, "popup", "width=400,height=500,scrollbars=yes");
}

function nyelvfelvetel(location)
{
    window.open(location, "Nyelvfelvetel", "width=300,height=170,scrollbars=no");
}
