function changeType(){var a=document.getElementById("catCall");if(a.selectedIndex!=0){var b=document.getElementById("linksCatCall");var c=function(d){b.innerHTML=d.responseText};AJAX.sendRequest("links.php",c,Hash.toQueryString({catCall:a.value}))}};