F = { out: {} };
F.out.format_strs = {
	buyer: 'Buyer',
	receiver: 'Receiver',
	loading: 'Loading...',
	cancel: 'Cancel',
	remove: 'Remove',
	closed: 'Close',
	confirm: 'confirm',
	btn_continue: 'Continue',
	send_email_pwd: 'Send',	
	register_form: $('.common_title halfTitle newCustomer').html(),		
	cust_mod_ok: 'Save success.',
	cust_mod_fail: 'Save Failed.',
	//-------------------------------------
	msg_login_first: 'Please login',	
	msg_email_exist: '抱歉!這個「電子信箱」已經有人使用，選另一個試試吧',
	msg_validate_email: 'This E-Mail field is required.',
	msg_invalid_email: 'Error: please enter correct e-mail address (ex: example@example.com)',
	msg_validate_qty: '<span style="color:#FF0000;">This field is required.</span>',	
	msg_max_qty: 'Please enter a value less than or equal to {0}.',	
	qty_format_failed: 'The Quantity field must contain a number.',
	out_of_stock: 'The item {0} could not be added to your order. It is not currently available with the options you selected.',	
	msg_invoice_required: '請輸入統一編號及公司抬頭',
	msg_invoice_no_err: '統一編號格式有誤',				
	msg_minlength_6: 'The length of this field must be larger than 6',
	msg_maxlength_255: 'The length of this field must be larger than 255',
	msg_maxlength_128: 'The length of this field must be larger than 128',
	msg_maxlength_30: 'The length of this field must be larger than 30',
	msg_validate_required: 'This field is required.',
	msg_validate_maxlength: 'Please enter no more than {d} characters.',
	msg_validate_minlength: 'Please enter at least {d} characters.',
	msg_validate_number: 'Please enter a valid number.',
	msg_validate_equalto: 'Passwords do not match.',
	cancelOrderConfirm: 'Cancel order?',
	errorPasswd: 'Incorrect password',		
	cart_item_price: 'Price',
	cart_item_qty: 'Qty',
	sold_out: 'Out of stock',	
	empty_cart: 'empty cart',
	msg_cc_expires_date: 'Your credit card has expired. Please update the expiration date.',
	//--------------------------------------
	tab_online_shopping: 'Online store',
	at_least_one_item: 'You have to select one item at least',
	msg_fill_in_zipcode: 'Please fill in zipcode.',
	msg_add_wish_list_ok: 'add wish list successed.',
	msg_add_wish_list_fail: 'add wish list failed.',
	msg_valid_zipcode: 'Please enter a valid zip code.',
	msg_valid_friends_email: 'One of your friend\'s email addresses is invalid, please check and try again',
	msg_select_imgs_count: 'You have select <span class="color_orange">{d}</span> images.',
	msg_select_imgs_size: 'The total download size is <span class="color_orange">{s}</span>{s2}.'
};

var _ge = function(st){
	return eval('F.out.format_strs.'+st);
}

