<!--	
	function DisplayHelp(theUrl, theWidth, theHeight, theHelpTopicID, theHelpTopicUrl)		
	{
		OpenWindow(theUrl+'?HelpTopicID='+theHelpTopicID+'&HelpTopicUrl='+theHelpTopicUrl, 'Help', theWidth, theHeight, 'scrollbars=yes,statusbar=no');
	}
//-->