function doForm (scriptName)
{
	 document.ReportForm.action=scriptName;
	  
	 document.ReportForm.submit();
	return true;

}