var alert_msg = '';
<!--
/*
variants array:
	0 - array:
		0 - taxed price
		1 - quantity
		2 - variantid if variant have thumbnail
		3 - weight
		4 - original price (without taxes)
		5 - productcode
	1 - array: variant options as classid => optionid
	2 - array: taxes as taxid => tax amount
	3 - wholesale prices array:
		0 - quantity
		1 - next quantity
		2 - taxed price
		3 - taxes array: as taxid => tax amount
		4 - original price (without taxes)
*/
var variants = [];
variants[14099] = [[1895.00, 0, new Image(), '2.00', 1895.00, "8230-MN93-BK"],{},{},[]];
variants[14099][1][54] = 152;
variants[14100] = [[1995.00, 0, new Image(), '2.00', 1995.00, "8230-SR193-BK"],{},{},[]];
variants[14100][1][54] = 153;
variants[14101] = [[1995.00, 0, new Image(), '2.00', 1995.00, "8230-193-24-BK"],{},{},[]];
variants[14101][1][54] = 154;
variants[14103] = [[1959.00, 0, new Image(), '2.00', 1959.00, "8230-MA193-10-BK"],{},{},[]];
variants[14103][1][54] = 156;
variants[14104] = [[1949.00, 0, new Image(), '2.00', 1949.00, "8230-MN193-BK"],{},{},[]];
variants[14104][1][54] = 157;
variants[70522] = [[1749.00, 0, new Image(), '2.00', 1749.00, "8230"],{},{},[]];
variants[70522][1][54] = 1374;
 
/*
modifiers array: as clasid => array: as optionid => array:
	0 - price_modifier
	1 - modifier_type
	2 - taxes array: as taxid => tax amount
*/
var modifiers = [];
// names array: as classid => class name
var names = [];
names[54] = {class_name: "Probe Options", options: []};
names[54]['options'][1374] = "No Probe";
names[54]['options'][152] = "MN93-BK Probe (+ $146.00)";
names[54]['options'][153] = "SR193-BK Probe (+ $246.00)";
names[54]['options'][154] = "24\" AmpFlex 193-24-BK Probe (+ $240.00)";
names[54]['options'][156] = "MA193-10-BK  Probe (+ $210.00)";
names[54]['options'][157] = "MN193-BK Probe (+ $200.00)";
 
/*
taxes array: as taxid => array()
	0 - calculated tax value for default product price
	1 - tax name
	2 - tax type ($ or %)
	3 - tax value
*/
var taxes = [];
 
// exceptions array: as exctionid => array: as clasid => optionid
var exceptions = [];
 
/*
_product_wholesale array: as id => array:
	0 - quantity
	1 - next quantity
	2 - taxed price
	3 - taxes array: as taxid => tax amount
	4 - original price (without taxes)
*/
var product_wholesale = [];
var _product_wholesale = [];
 
var product_image = new Image();
product_image.src = "/cart/default_image.gif";
var exception_msg = "Sorry, this combination of product options is not available.";
var exception_msg_html = "Sorry, this combination of product options is not available.";
var txt_out_of_stock = "Out of stock";
var pconf_price = 0
var default_price = 1749.00;
var currency_symbol = "$";
var alter_currency_symbol = "";
var alter_currency_rate = 0.87;
var lbl_no_items_available = "No items available";
var txt_items_available = "{{items}} item(s) available";
var list_price = 0.00;
var price = 1749.00;
var orig_price = 1749.00;
var mq = 50;
var dynamic_save_money_enabled = false;
var is_unlimit = true;
 
var lbl_item = "Item";
var lbl_items = "Items";
var lbl_quantity = "Quantity";
var lbl_price = "Price";
var txt_note = "Note";
var lbl_including_tax = "including {{tax}}";

