AddToInitArray(function(){var b=document.getElementsByClassName("focuscolor");if(b.length){b=b[0].getElementsByTagName("INPUT");for(var a=0;a<b.length;a++){xcmsAddEventListener(b[a],"focus",colorRow,false);xcmsAddEventListener(b[a],"blur",colorRow,false);xcmsAddEventListener(b[a],"keypress",filterInput,false)}}});function hilighMenu(){var b=document.getElementById("shopmenu");if(b){b=b.getElementsByTagName("A");var d=/tab=(.*?)$/.exec(location.href);if(d){for(var c=0;c<b.length;c++){if(b[c].id=="sm_"+d[1]){xcmsAddClassName(b[c],"current")}}}}}function setPageHeight(){document.getElementById("page").style.height="100%";var a=(document.documentElement?document.documentElement:document.body).scrollHeight;if(a<document.body.scrollHeight){a=document.body.scrollHeight}document.getElementById("page").style.height=a+"px"}AddToInitArray(setPageHeight);window.onresize=setPageHeight;function filterInput(b){b=(b)?b:((event)?event:null);if(b){var f=(b.target)?b.target:((b.srcElement)?b.srcElement:null);if(f){var a;if(window.event){a=window.event.keyCode}else{a=b.which}if(a==0||a==8){return true}var e=String.fromCharCode(a);var d="[0-9]";var c=new RegExp(d);if(d&&!c.test(e)){if(e==" "){e="(spatie)"}if(e=="\r"){e="(enter)"}alert("Vul alleen getallen in.");preventDefault(b);return false}}}return true}function colorRow(a){a=(a)?a:((event)?event:null);if(a){var b=(a.target)?a.target:((a.srcElement)?a.srcElement:null);setColor(b,a.type=="focus")}}function setColor(b,a){b=b.parentNode;do{if(a){xcmsAddClassName(b,"hirow")}else{xcmsRemoveClassName(b,"hirow")}}while(b=b.previousSibling)}function gotoTab(a,b){var c=document.getElementById("ldform");if(c){c.tab.value=b;c.submit()}else{location.href="/lunchduck/cgi/lunchduck.cgi?site="+a+";tab="+b}return false};
