function showTip(topic, content)
{
	document.write("<span style=\"width:4px;\"></span><div id=\"helptipbox\"><a href=\"#\"><span><b>" + topic + "</b><br /><br>" + content + "<br><br></span><img src=\"img/help_normal.gif\" onMouseHover=\"javascript:this.src='img/help_hover.gif'\" border=\"0\" /></a></div>");
}
