function fsitAjax(uri){
	target = "disp";
	new Ajax.Updater(target, uri, {method: "get"});
}
function fsitAjax2(uri){
	target = "disp2";
	new Ajax.Updater(target, uri, {method: "get"});
}
