function BeroepenMatchCountdown()
{
    window.setTimeout("document.getElementById('moviesettings').style.display='none'",5000);
    window.setTimeout("document.getElementById('options').style.display='block'",11500);
}

function ShowBeroep(code)
{
    if(window.open('beroep?beroep=' + code,'Beroepenmatch','width=760,height=500,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes'))
    {

    }
    else
    {
        window.location.href='beroep?beroep=' + code;
    }
}