var MESSAGE = new Object();
MESSAGE.inquiry_product_checkProductCD_fail	= "Please choose product.";
MESSAGE.inquiry_service_checkPhone_fail		= "Please enter a vaild phone number.";
MESSAGE.inquiry_service_checkMPhone_fail	= "Please enter a vaild mobile phone number.";
MESSAGE.inquiry_service_check_at_least_one_phone_fail	= "At least 1 contact # is required";
MESSAGE.inquiry_service_checkPhoneNumber_fail	= "Phone numbers are only allowed to be a number.";
MESSAGE.download_whitepaper_check_at_least_one_phone_fail = MESSAGE.inquiry_service_check_at_least_one_phone_fail;
MESSAGE.admin_login_fail					= "Please check ID and Password, and try again.";
MESSAGE.admin_delete_confirm				= "Would you really want to delete?";
MESSAGE.admin_checkUrl_fail					= "Please, input the tech url in right form.";
MESSAGE.admin_check_features_fail			= "Please enter features.";
MESSAGE.admin_check_contents_fail			= "Please enter contens.";
MESSAGE.admin_wrong_file_extention			= "Wrong file extesion.";
MESSAGE.admin_check_file_fail				= "Missing File.";
MESSAGE.admin_inquiry_product_choose_row_first = "Please, choose items first.";

MESSAGE.need_email							= "Please enter email";
MESSAGE.need_id								= "Please enter ID";
MESSAGE.need_password						= "Please enter password";
MESSAGE.vaild_email							= "Please enter valid email address";
MESSAGE.need_name							= "Please enter name";
MESSAGE.need_country						= "Please enter country";
MESSAGE.need_serial							= "Please enter serial number";
MESSAGE.need_address						= "Please enter address";
MESSAGE.need_symptom						= "Please enter symptom";
MESSAGE.need_details						= "Please enter details";
MESSAGE.need_description					= "Please enter description"
MESSAGE.need_contact_type					= "Please enter contact type";


MESSAGE.need_at_least_one_contact			= "At least one contact number is required";
MESSAGE.need_at_least_one_product			= "At least one product name is required";
MESSAGE.need_at_least_one_aplication		= "At least one aplication is required";
MESSAGE.number_and_alphabet_only			= "Please use number & alphabet";
MESSAGE.password_restrict_letter_count		= "Password should be more than six letters.";

// Admin Page
MESSAGE.need_product_name					= "Please enter product name.";
MESSAGE.need_product_image					= "Please enter product image.";
MESSAGE.need_product_name_image				= "Please enter product name image.";
MESSAGE.need_whitepaper						= "Please enter whitepaper.";
MESSAGE.need_title							= "Please enter title.";
MESSAGE.need_author							= "Please enter author.";
MESSAGE.need_date							= "Please enter date.";
MESSAGE.need_overview						= "Please enter overview";
MESSAGE.need_place							= "Please enter place";
MESSAGE.need_period							= "Please enter period";
MESSAGE.need_one_word						= "Please enter single word.";
MESSAGE.need_city							= "Please enter city";
MESSAGE.need_state							= "Please enter state";
MESSAGE.need_zip_code						= "Please enter zip code";

MESSAGE.choose_category						= "Please choose category.";
MESSAGE.choose_purchase_time_frame			= "Please choose purchase time frame.";
MESSAGE.choose_bestway_to_reach				= "Please choose bestway to reach.";


