
function loading(DivID, info){
	document.getElementById(DivID).innerHTML = '<img src = "gfx/indicator_technorati.gif" />  ' + info ;
}

function myFunction(request){
}

function getinfo(URL,DivID,info,cat){
	loading(DivID, info);
	//new ajax('hang.php', {postBody: 'hang='+cat,onComplete: myFunction(DivID)});
	new ajax(URL, {postBody: 'data='+cat, update: $('fp'), onComplete: myFunction});
}


/*   $('fp')= the part change only (floor_plan_map.php -- div)    */
