function ShowHelp(topic)
{
	var HelpWindow;
	HelpWindow = window.open(topic, "helpwin", "height=425,width=220");
	HelpWindow.focus();
}

