<!--
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[15255] = [[399.00, 0, new Image(), '4.00', 399.00, "U30-NRC-000-05-S045-000"],{},{},[]];
variants[15255][1][88] = 588;
variants[15255][1][89] = 590;
variants[15255][1][90] = 592;
variants[15256] = [[488.00, 0, new Image(), '4.00', 488.00, "U30-NRC-VIA-05-S045-000"],{},{},[]];
variants[15256][1][88] = 589;
variants[15256][1][89] = 590;
variants[15256][1][90] = 592;
variants[15257] = [[438.00, 0, new Image(), '4.00', 438.00, "U30-NRC-000-10-S045-000"],{},{},[]];
variants[15257][1][88] = 588;
variants[15257][1][89] = 591;
variants[15257][1][90] = 592;
variants[15258] = [[527.00, 0, new Image(), '4.00', 527.00, "U30-NRC-VIA-10-S045-000"],{},{},[]];
variants[15258][1][88] = 589;
variants[15258][1][89] = 591;
variants[15258][1][90] = 592;
variants[15259] = [[418.00, 0, new Image(), '5.00', 418.00, "U30-NRC-000-05-S100-000"],{},{},[]];
variants[15259][1][88] = 588;
variants[15259][1][89] = 590;
variants[15259][1][90] = 593;
variants[15260] = [[507.00, 0, new Image(), '5.00', 507.00, "U30-NRC-VIA-05-S100-000"],{},{},[]];
variants[15260][1][88] = 589;
variants[15260][1][89] = 590;
variants[15260][1][90] = 593;
variants[15261] = [[457.00, 0, new Image(), '5.00', 457.00, "U30-NRC-000-10-S100-000"],{},{},[]];
variants[15261][1][88] = 588;
variants[15261][1][89] = 591;
variants[15261][1][90] = 593;
variants[15262] = [[546.00, 0, new Image(), '5.00', 546.00, "U30-NRC-VIA-10-S100-000"],{},{},[]];
variants[15262][1][88] = 589;
variants[15262][1][89] = 591;
variants[15262][1][90] = 593;
 
/*
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[88] = {class_name: "Sensor Port Options", options: []};
names[88]['options'][588] = "No Sensor Port";
names[88]['options'][589] = "2 Channel Analog Sensor Port (+ $89.00)";
names[89] = {class_name: "Smart Sensor Input Options", options: []};
names[89]['options'][590] = "5 Smart Sensor Inputs";
names[89]['options'][591] = "10 Smart Sensor Inputs (+ $39.00)";
names[90] = {class_name: "Battery Option", options: []};
names[90]['options'][592] = "4.5Ah Rechargeable Battery";
names[90]['options'][593] = "10Ah Rechargeable Battery (+ $19.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 = 399.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 = 399.00;
var orig_price = 399.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}}";
