﻿// Global Variables
var arrPixFiles = new Array("jpg","jpeg","gif","png","bmp","tif","jpe");
var arrDocFiles = new Array("doc","xls","txt","xls","pdf","ppt","rtf","zip","rar","gz","bz2","tar","psd","fla");
var arrMovieFiles = new Array("div","mov","wmv","wma","avi","mpg","mpeg","qt","mp4","ram");
var arrFlashFiles = new Array("swf");

var msg_remove = ' remove ';
var msg_display = ' mask as active ';
var msg_undisplay = ' mask as deactive ';
var msg_will = 'You\'ll ';
var msg_continue = ' Do you want to continue ?';
var msg_item = ' item(s)';
var msg_group = ' group(s) ';
var msg_product = ' product(s)';
var msg_country = ' country(ies) ';
var msg_manufacturer = 'manufacturer(s) ';
var msg_category = ' category ';
var msg_this_category  = ' this category ';
var msg_remove_this_category = msg_this_category + ' and all categories, products belong to'+msg_this_category+'will be removed.\n';
var msg_alert_ugent = ' and all items belong to this(these) group \'ll be removed.\n';
//ChangePass page variable
var msg_changepass_pls_oldpass = 'Please input your old password !';
var msg_changepass_pls_newpass = 'Please input your new password !';
var msg_changepass_pls_rulepass = 'Password should be more than 5 characters !';
var msg_changepass_pls_cofirm = 'Please confirm your new password !';
var msg_changepass_pls_cofirm_wrong = 'Confirm password is not match, please check again !';
//End ChangePass page variable

//Product page variable
var msg_product_name = 'Please input name of product !';
var msg_product_code = 'Please input code of product !';
var msg_product_price = 'Please input the price with correct format : xxx.xx !';
var msg_remove_this_product = 'Do you want to remove this product ?';
//End Product page variable

//Order detail variable
var msg_order_title = 'Please input the title !';
var msg_order_content = 'Please input the content !';
//End Order detail variable

//Put Home page Variable
var msg_empty_content_put_home = "Please input the content !";
//End Put Home page Variable

var msg_news_title = 'Please input the title !';
var msg_news_lead = 'Please input the lead !';
var msg_news_content = 'Please input the content !';

var msg_newsletter_subject = 'Please input the subject !';
var msg_newsletter_content = 'Please input the content !';

var msg_title = 'Vui lòng nhập tiêu đề';
