<!--
function PickGroup(group, user)
{
new Ajax.Updater('TRB', 'ajax_gettrackers.php', {
        method: 'get', 
        parameters: {sponsor: user, gr: group} 
        });
}

function ShowTip(msg, destination)
{
        $(destination).update(msg);
}

function Help(dest,source)
{
	new Ajax.Updater(dest, source, null);
}

//-->


