﻿// JScript File

function zoeken()
{
    parent.location = 'search.aspx?s='+ document.getElementById('txtZoeken').value;
}

function zoekenHome()
{
    parent.location = 'nl/search.aspx?s='+ document.getElementById('txtZoeken').value;
}
