
/*
 template = '<table bgcolor="#000000" cellpadding="1" cellspacing="0" width="%2%" border="0">' +
  '<tr><td><table bgcolor="#0066B3" cellpadding="10" cellspacing="0" width="100%" border="0">' +
  '<tr><td class="tipClass">%3%</td></tr></table></td></tr></table>';
*/
function get_tip(tip_name)
{
	
	var tip_info_show_unbilled = 'Show me all hours for this client.';
	var tip_info_manual_hours = 'Manual Hours are used when you want to override the clock-in and clock-out values.  Bear in mind that once you enter in manual hours, there\'s no going back! The manual amount will be used.';
	 
	return eval(tip_name);
}