/**
 * ======================================================== *
 * Mensagens Javascript *
 * ======================================================== *
*/
JS_MSG_LANG = new Array(1);
JS_MSG_LANG['catalogo'] = new Array(6);

JS_MSG_LANG['catalogo'][0] = 'Please fill the field «Headline»!';
JS_MSG_LANG['catalogo'][1] = 'Please fill the field «Description»';
JS_MSG_LANG['catalogo'][2] = 'Please add at least 5 images.';
JS_MSG_LANG['catalogo'][3] = 'Please fill the field «Surrounding Area Description»';
JS_MSG_LANG['catalogo'][4] = 'Please fill the field «Availability»';
JS_MSG_LANG['catalogo'][5] = 'Please add at least the price for «Season 1».';
JS_MSG_LANG['catalogo'][6] = 'You must select an Area!';

