﻿// JScript File
 
function zoeken ()
{
    parent.location = 'http://www.lambert-westerstrand.fr/fr/search.aspx?t='+ document.getElementById('txtZoeken').value;
}
