function DoHelp	(pForm)
{
var	sPathString				= "";
if	(pForm.DocRootURL)
	sPathString				= pForm.DocRootURL.value;
top.location.href			= sPathString + "/index3.cfm";
}
