/* 
	ACTIV FITNESS Tooltips in AF Style
*/

function tooltip(txt) {
	Tip(txt, FONTFACE, 'Arial, Helvetica, sans-serif', FONTSIZE, '12px', FONTCOLOR, '#3A3A3A', BGCOLOR, '#EBEBEB', BORDERCOLOR, '#686868');
}