function DoHelp()
{
	//parent.AppData.doThis();
	alert ("On Line Help will be displayed in a new window");
	window.open("/nocms/client/help/NOCMSHelp.cfm");
		
}

