var tt = new Array();
function stt(id) {
	eval("tt[''+"+id+"] = new Spry.Widget.Tooltip('tt_"+id+"', '#tg_"+id+"', {followMouse:true});");
}
