תנסה ככה :
PHP קוד:
var MainParantIDForPrint;
function SChanged(){
if(xmlHttp.readyState==4 || xmlHttp.readyState=="complete")
document.getElementById("Cat_"+MainParantIDForPrint).innerHTML+=xmlHttp.responseText ;
}
onclick="MainParantIDForPrint='1';SChanged()"
כמובן שאת ה ONCLICK תפריד ותשים במקום שלו...