/**
 * @author LatecomerX
 * @copyright 2008
 */

var lxMessages = new Array();

lxMessages['missingQuantity'] = 'Please fill in the amount of currency to be converted';
lxMessages['missingFromCurrency'] = 'Please select the currency to convert from.';
lxMessages['missingToCurrency'] = 'Please select the currency to convert to.';
lxMessages['convertingCurrency'] = 'Conversion in progress...';
