function showResults(n) {
	if($(n).innerHTML!='')	{
		new Effect.Appear(n);
	}
}

function acupdate(acId) {
	// do nothing
}