var zoekIndexCB={zoekkoppel:function(result){vernieuwIndex(result)},zoekletter:function(result){vernieuwIndex(result)},zoekforum:function(result){vernieuwIndex(result)},Zsorteer:function(result){document.getElementById('sorteerDiv').innerHTML=result['sorteer'];vernieuwIndex(result)}};function vernieuwIndex(result){document.getElementById('cheatIndex').innerHTML=result['data']};var remoteZ=new ajaxZoek(zoekIndexCB);var TimerID;function zoek_letter(){if(TimerID){clearTimeout(TimerID)}TimerID=setTimeout("ophalen();",400)};function zoek_forum(){if(TimerID){clearTimeout(TimerID)}TimerID=setTimeout("ophalen2();",400)};function zoek_koppel(){if(TimerID){clearTimeout(TimerID)}TimerID=setTimeout("ophalen3();",400)};function zoek_sorteer(methode){remoteZ.Zsorteer(methode)};function ophalen(){remoteZ.zoekletter(document.getElementById('UinputZ').value)};function ophalen2(){remoteZ.zoekforum(document.getElementById('UinputZ').value)};function ophalen3(){remoteZ.zoekkoppel(document.getElementById('UinputZ').value)};
