// $Id: dateInsert.js,v 1.2 2006/01/30 13:50:34 chrisgraham Exp $

function dateInsert(myDate, fieldName, id)
{
	window.parent.document.getElementById(fieldName).value = myDate;
	parent.displayToggle(id);
}

// $Log: dateInsert.js,v $
// Revision 1.2  2006/01/30 13:50:34  chrisgraham
// Took form name out as it wasn't needed and was bugging the code
//
// Revision 1.1  2006/01/27 17:27:02  chrisgraham
// Initial revision
//
