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[14114] = [[1109.00, 0, new Image(), '1.50', 1109.00, "8220-MN93-BK"],{},{},[]];
variants[14114][1][59] = 165;
variants[14115] = [[1219.00, 0, new Image(), '1.50', 1219.00, "8220-SR193-BK"],{},{},[]];
variants[14115][1][59] = 166;
variants[14116] = [[1229.00, 0, new Image(), '1.50', 1229.00, "8220-193-24-BK"],{},{},[]];
variants[14116][1][59] = 167;
variants[14118] = [[1399.00, 0, new Image(), '1.50', 1399.00, "8220-MR193-BK"],{},{},[]];
variants[14118][1][59] = 169;
variants[14119] = [[1169.00, 0, new Image(), '1.50', 1169.00, "8220-MN193-BK"],{},{},[]];
variants[14119][1][59] = 170;
variants[15688] = [[979.00, 0, new Image(), '1.50', 979.00, "8220"],{},{},[]];
variants[15688][1][59] = 834;
 
/*
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[59] = {class_name: "Probe Options", options: []};
names[59]['options'][834] = "No Probe";
names[59]['options'][165] = "MN93-BK Probe (+ $130.00)";
names[59]['options'][166] = "SR193-BK Probe (+ $240.00)";
names[59]['options'][167] = "24\" AmpFlex 193-24-BK Probe (+ $250.00)";
names[59]['options'][169] = "MA193-10-BK Probe (+ $200.00)";
names[59]['options'][170] = "MN193-BK Probe (+ $190.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 = 979.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 = 979.00;
var orig_price = 979.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}}";
 
