﻿// JScript File
 
function zoeken ()
{
    parent.location = 'search_inner.aspx?t='+ document.getElementById('txtZoeken').value;
}
