// ----------------------------------------------------------------------
// Function: 	errorHandler()
// Description:	Handles javascript errors
// Author: 		D FLETCHER
// Date:		14/06/03
// Changes:
// ----------------------------------------------------------------------
function EH(strSrc, strDesc) {
	// for now, just alert the user
	alert("Error in "+strSrc+" procedure:\n\n"+strDesc);
}