function tool_tip(application, help_id) {
	window.open('tool_tips.asp?application=' + application + '&id=' + help_id, 'ToolTip', 'dependent=yes,height=400,width=600,toolbar=no,scrollbars=yes,status=no,resizable=yes');
}

