// JavaScript Document
function DoHelp	(pForm)
{	
	alert('Help is unavailable at this time');
	/* OpenWindow=window.open
		(	   
			"dsp_calendar_help.pdf",
			"newwin",
			"height=250,width=500,toolbar=no,scrollbars=yes,menubar=no,resizable=yes"
		); */
}

