/*
*	value: array(preloaded_text, hide_cart_items)
*	consider hide_cart_items as false if not defined - Item names with their price will show unless text[] is defined
*/
var Language = new Class({
	preloaded_text: {
		'confirm_order' : 'I\'d like a help with my order:',
		'jarredmorgan' : 'I\'m interested in these rings:',
		'multiple_payment' : new Array('I\'d like to arrange multiple payments as described here:', true),
		'ring_gallery1': 'I\'m aware I\'ll need to select the main diamonds using the Diamond Search and choose the metal (18 carat white or yellow gold, or platinum) before you can quote.\n I\'m interested in:-',
		'ring_builder': 'I\'m interested in these rings:',
		'account_history_info': new Array('I\'d like a help with my order:', true)
	}
});