/* Version $Id: Common.js 181 2008-07-29 11:06:30Z erkan $ */
var CommonResources = new Array();

try {
  CommonResources = Array_110;
} catch(e) {
  CommonResources["INVALID_HANDLER"] = "Errorneous Handler '%0' encountered. Error message: %1";
  CommonResources["NOT_READY_FOR_SUBMIT"] = "Not ready for submit. Try again.";
  CommonResources["NOT_READY_TRY_AGAIN"] = "Not ready. Please try again.";
}

