var funcName='';
var modName='';
var sRtPth='';
window.onerror = tellerror;

function tellerror(msg, url, linenumber){
	affErrAlert("Javascript Error Occured.");
	return true;
}
