var locations = new Array();
var distance_cache = new Array();

locations[0] = new Array();
locations[0]['name'] = 'Manor Yard';
locations[0]['zip']	= "78653";
locations[1] = new Array();
locations[1]['name'] = 'New Braunfels Yard';
locations[1]['zip'] = "78130";
locations[2] = new Array();
locations[2]['name'] = 'Belton Yard';
locations[2]['zip'] = "76513";

var locations2 = new Array();
locations2[0] = new Array();
locations2[0]['name'] = 'Manor Yard';
locations2[0]['zip']  = "78653";


var products = new Array(4);
products[0] = new Array();
products[1] = new Array();
products[2] = new Array();
products[3] = new Array();
products[0]['types'] = new Array();
products[1]['types'] = new Array();
products[2]['types'] = new Array();
products[3]['types'] = new Array();

products[0]['name'] = "Rent a Falcon Box";
products[0]['types'][0] = new Array();
products[0]['types'][0]['name'] = "40' Falcon Box - Standard";
products[0]['types'][0]['price'] = 125;
	products[0]['types'][0]['price_table'] = new Array();
	products[0]['types'][0]['price_table'][0] = new Array();
	products[0]['types'][0]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[0]['types'][0]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[0]['types'][0]['price_table'][0]['err'] = "";
	products[0]['types'][0]['price_table'][1] = new Array();
	products[0]['types'][0]['price_table'][1]['name'] = "Delivery Charge";
	products[0]['types'][0]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][0]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][0]['price_table'][2] = new Array();
	products[0]['types'][0]['price_table'][2]['name'] = "Pickup Charge";
	products[0]['types'][0]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][0]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][0]['price_table'][3] = new Array();
	products[0]['types'][0]['price_table'][3]['name'] = "Total  due upon delivery";
	products[0]['types'][0]['price_table'][3]['func'] = "sum_above(3)";
	products[0]['types'][0]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][0]['price_table'][4] = new Array();
	products[0]['types'][0]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[0]['types'][0]['price_table'][4]['func'] = "get_recurring_rent_price();";
	products[0]['types'][0]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	

products[0]['types'][1] = new Array();
products[0]['types'][1]['name'] = "40' Falcon Box - Double Doors on both ends";
products[0]['types'][1]['price'] = 145;
	products[0]['types'][1]['price_table'] = new Array();
	products[0]['types'][1]['price_table'][0] = new Array();
	products[0]['types'][1]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[0]['types'][1]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[0]['types'][1]['price_table'][0]['err'] = "";
	products[0]['types'][1]['price_table'][1] = new Array();
	products[0]['types'][1]['price_table'][1]['name'] = "Delivery Charge";
	products[0]['types'][1]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][1]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][1]['price_table'][2] = new Array();
	products[0]['types'][1]['price_table'][2]['name'] = "Pickup Charge";
	products[0]['types'][1]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][1]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][1]['price_table'][3] = new Array();
	products[0]['types'][1]['price_table'][3]['name'] = "Total  due upon delivery";
	products[0]['types'][1]['price_table'][3]['func'] = "sum_above(3)";
	products[0]['types'][1]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][1]['price_table'][4] = new Array();
	products[0]['types'][1]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[0]['types'][1]['price_table'][4]['func'] = "get_recurring_rent_price();";
	products[0]['types'][1]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[0]['types'][2] = new Array();
products[0]['types'][2]['name'] = "40' Cool Falcon Box";
products[0]['types'][2]['price'] = 195;
	products[0]['types'][2]['price_table'] = new Array();
	products[0]['types'][2]['price_table'][0] = new Array();
	products[0]['types'][2]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[0]['types'][2]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[0]['types'][2]['price_table'][0]['err'] = "";
	products[0]['types'][2]['price_table'][1] = new Array();
	products[0]['types'][2]['price_table'][1]['name'] = "Delivery Charge";
	products[0]['types'][2]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][2]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][2]['price_table'][2] = new Array();
	products[0]['types'][2]['price_table'][2]['name'] = "Pickup Charge";
	products[0]['types'][2]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][2]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][2]['price_table'][3] = new Array();
	products[0]['types'][2]['price_table'][3]['name'] = "Total  due upon delivery";
	products[0]['types'][2]['price_table'][3]['func'] = "sum_above(3)";
	products[0]['types'][2]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][2]['price_table'][4] = new Array();
	products[0]['types'][2]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[0]['types'][2]['price_table'][4]['func'] = "get_recurring_rent_price();";
	products[0]['types'][2]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";


products[0]['types'][3] = new Array();
products[0]['types'][3]['name'] = "20' Falcon Box - Standard";
products[0]['types'][3]['price'] = 85;
	products[0]['types'][3]['price_table'] = new Array();
	products[0]['types'][3]['price_table'][0] = new Array();
	products[0]['types'][3]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[0]['types'][3]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[0]['types'][3]['price_table'][0]['err'] = "";
	products[0]['types'][3]['price_table'][1] = new Array();
	products[0]['types'][3]['price_table'][1]['name'] = "Delivery Charge";
	products[0]['types'][3]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][3]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][3]['price_table'][2] = new Array();
	products[0]['types'][3]['price_table'][2]['name'] = "Pickup Charge";
	products[0]['types'][3]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][3]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][3]['price_table'][3] = new Array();
	products[0]['types'][3]['price_table'][3]['name'] = "Total  due upon delivery";
	products[0]['types'][3]['price_table'][3]['func'] = "sum_above(3)";
	products[0]['types'][3]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][3]['price_table'][4] = new Array();
	products[0]['types'][3]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[0]['types'][3]['price_table'][4]['func'] = "get_recurring_rent_price();";
	products[0]['types'][3]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[0]['types'][4] = new Array();
products[0]['types'][4]['name'] = "20' Cool Falcon Box";
products[0]['types'][4]['price'] = 125;
	products[0]['types'][4]['price_table'] = new Array();
	products[0]['types'][4]['price_table'][0] = new Array();
	products[0]['types'][4]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[0]['types'][4]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[0]['types'][4]['price_table'][0]['err'] = "";
	products[0]['types'][4]['price_table'][1] = new Array();
	products[0]['types'][4]['price_table'][1]['name'] = "Delivery Charge";
	products[0]['types'][4]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][4]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][4]['price_table'][2] = new Array();
	products[0]['types'][4]['price_table'][2]['name'] = "Pickup Charge";
	products[0]['types'][4]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][4]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][4]['price_table'][3] = new Array();
	products[0]['types'][4]['price_table'][3]['name'] = "Total  due upon delivery";
	products[0]['types'][4]['price_table'][3]['func'] = "sum_above(3)";
	products[0]['types'][4]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][4]['price_table'][4] = new Array();
	products[0]['types'][4]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[0]['types'][4]['price_table'][4]['func'] = "get_recurring_rent_price();";
	products[0]['types'][4]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[0]['types'][5] = new Array();
products[0]['types'][5]['name'] = "10' Falcon Box - Standard";
products[0]['types'][5]['price'] = 85;
	products[0]['types'][5]['price_table'] = new Array();
	products[0]['types'][5]['price_table'][0] = new Array();
	products[0]['types'][5]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[0]['types'][5]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[0]['types'][5]['price_table'][0]['err'] = "";
	products[0]['types'][5]['price_table'][1] = new Array();
	products[0]['types'][5]['price_table'][1]['name'] = "Delivery Charge";
	products[0]['types'][5]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][5]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][5]['price_table'][2] = new Array();
	products[0]['types'][5]['price_table'][2]['name'] = "Pickup Charge";
	products[0]['types'][5]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,110,35,50,3,locations);";
	products[0]['types'][5]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][5]['price_table'][3] = new Array();
	products[0]['types'][5]['price_table'][3]['name'] = "Total  due upon delivery";
	products[0]['types'][5]['price_table'][3]['func'] = "sum_above(3)";
	products[0]['types'][5]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[0]['types'][5]['price_table'][4] = new Array();
	products[0]['types'][5]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[0]['types'][5]['price_table'][4]['func'] = "get_recurring_rent_price();";
	products[0]['types'][5]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";



products[1]['name'] = "Rent a Go Mini ";
products[1]['types'][0] = new Array();
products[1]['types'][0]['name'] = "12' GoMini";
products[1]['types'][0]['price'] = 99;

products[1]['types'][0]['delivery_price'] = 59;
products[1]['types'][0]["options_title"] = "After loading the container, I plan to";
products[1]['types'][0]["options"] = new Array();
	products[1]['types'][0]["options"][0] = new Array();
	products[1]['types'][0]["options"][0]['name'] = "Keep it on site";
	products[1]['types'][0]["options"][0]['price'] = 0;
		products[1]['types'][0]["options"][0]['price_table'] = new Array();
		products[1]['types'][0]["options"][0]['price_table'][0] = new Array();
		products[1]['types'][0]["options"][0]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][0]["options"][0]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][0]["options"][0]['price_table'][0]['err'] = "";
		products[1]['types'][0]["options"][0]['price_table'][1] = new Array();
		products[1]['types'][0]["options"][0]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][0]["options"][0]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][0]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][0]['price_table'][2] = new Array();
		products[1]['types'][0]["options"][0]['price_table'][2]['name'] = "Pickup Charge";
		products[1]['types'][0]["options"][0]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][0]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][0]['price_table'][3] = new Array();
		products[1]['types'][0]["options"][0]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][0]["options"][0]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][0]["options"][0]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][0]['price_table'][4] = new Array();
		products[1]['types'][0]["options"][0]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][0]["options"][0]['price_table'][4]['func'] = "get_recurring_rent_price();";
		products[1]['types'][0]["options"][0]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[1]['types'][0]["options"][1] = new Array();
	products[1]['types'][0]["options"][1]['name'] = "Store it at GoMini's location";
	products[1]['types'][0]["options"][1]['price'] = 10;
		products[1]['types'][0]["options"][1]['price_table'] = new Array();
		products[1]['types'][0]["options"][1]['price_table'][0] = new Array();
		products[1]['types'][0]["options"][1]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][0]["options"][1]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][0]["options"][1]['price_table'][0]['err'] = "";
		products[1]['types'][0]["options"][1]['price_table'][1] = new Array();
		products[1]['types'][0]["options"][1]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][0]["options"][1]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][1]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][1]['price_table'][2] = new Array();
		products[1]['types'][0]["options"][1]['price_table'][2]['name'] = "Move loaded box to GoMini Location";
		products[1]['types'][0]["options"][1]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][1]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][1]['price_table'][3] = new Array();
		products[1]['types'][0]["options"][1]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][0]["options"][1]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][0]["options"][1]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][1]['price_table'][4] = new Array();
		products[1]['types'][0]["options"][1]['price_table'][4]['name'] = "Redeliver box to original location";
		products[1]['types'][0]["options"][1]['price_table'][4]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][1]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][1]['price_table'][5] = new Array();
		products[1]['types'][0]["options"][1]['price_table'][5]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][0]["options"][1]['price_table'][5]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][1]['price_table'][5]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][1]['price_table'][6] = new Array();
		products[1]['types'][0]["options"][1]['price_table'][6]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][0]["options"][1]['price_table'][6]['func'] = "get_recurring_rent_price();";
		products[1]['types'][0]["options"][1]['price_table'][6]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[1]['types'][0]["options"][2] = new Array();
	products[1]['types'][0]["options"][2]['name'] = "Move it to a new location";
	products[1]['types'][0]["options"][2]['price'] = 0;
	products[1]['types'][0]["options"][2]['type'] = 2;
		products[1]['types'][0]["options"][2]['price_table'] = new Array();
		products[1]['types'][0]["options"][2]['price_table'][0] = new Array();
		products[1]['types'][0]["options"][2]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][0]["options"][2]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][0]["options"][2]['price_table'][0]['err'] = "";
		products[1]['types'][0]["options"][2]['price_table'][1] = new Array();
		products[1]['types'][0]["options"][2]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][0]["options"][2]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][2]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][2]['price_table'][2] = new Array();
		products[1]['types'][0]["options"][2]['price_table'][2]['name'] = "Move loaded box to your new location";
		products[1]['types'][0]["options"][2]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,document.getElementById('zip2').value);";
		products[1]['types'][0]["options"][2]['price_table'][2]['err'] = "Your destination zip code is outside of our standard rental area.\nWe do have a partnership with Roadway to assist you with these longer moves.\nPlease contact us by email / phone to discuss alternative solutions.";
		products[1]['types'][0]["options"][2]['price_table'][3] = new Array();
		products[1]['types'][0]["options"][2]['price_table'][3]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][0]["options"][2]['price_table'][3]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][2]['price_table'][3]['err'] = "";
		products[1]['types'][0]["options"][2]['price_table'][4] = new Array();
		products[1]['types'][0]["options"][2]['price_table'][4]['name'] = "Total  due upon delivery";
		products[1]['types'][0]["options"][2]['price_table'][4]['func'] = "sum_above(4)";
		products[1]['types'][0]["options"][2]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][2]['price_table'][5] = new Array();
		products[1]['types'][0]["options"][2]['price_table'][5]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][0]["options"][2]['price_table'][5]['func'] = "get_recurring_rent_price();";
		products[1]['types'][0]["options"][2]['price_table'][5]['err'] = "";
	products[1]['types'][0]["options"][3] = new Array();
	products[1]['types'][0]["options"][3]['name'] = "Store it at GoMini's location and then move it to a new location";
	products[1]['types'][0]["options"][3]['price'] = 10;
	products[1]['types'][0]["options"][3]['type'] = 2;
		products[1]['types'][0]["options"][3]['price_table'] = new Array();
		products[1]['types'][0]["options"][3]['price_table'][0] = new Array();
		products[1]['types'][0]["options"][3]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][0]["options"][3]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][0]["options"][3]['price_table'][0]['err'] = "";
		products[1]['types'][0]["options"][3]['price_table'][1] = new Array();
		products[1]['types'][0]["options"][3]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][0]["options"][3]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][3]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][3]['price_table'][2] = new Array();
		products[1]['types'][0]["options"][3]['price_table'][2]['name'] = "Move loaded box to GoMini Location";
		products[1]['types'][0]["options"][3]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][3]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][3]['price_table'][3] = new Array();
		products[1]['types'][0]["options"][3]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][0]["options"][3]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][0]["options"][3]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][3]['price_table'][4] = new Array();
		products[1]['types'][0]["options"][3]['price_table'][4]['name'] = "Move loaded box to your new location";
		products[1]['types'][0]["options"][3]['price_table'][4]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][3]['price_table'][4]['err'] = "Your destination zip code is outside of our standard rental area.\nWe do have a partnership with Roadway to assist you with these longer moves.\nPlease contact us by email / phone to discuss alternative solutions.";
		products[1]['types'][0]["options"][3]['price_table'][5] = new Array();
		products[1]['types'][0]["options"][3]['price_table'][5]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][0]["options"][3]['price_table'][5]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][0]["options"][3]['price_table'][5]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][0]["options"][3]['price_table'][6] = new Array();
		products[1]['types'][0]["options"][3]['price_table'][6]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][0]["options"][3]['price_table'][6]['func'] = "get_recurring_rent_price();";
		products[1]['types'][0]["options"][3]['price_table'][6]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[1]['types'][1] = new Array();
products[1]['types'][1]['name'] = "16' GoMini";
products[1]['types'][1]['price'] = 124;	
products[1]['types'][1]['delivery_price'] = 59;
products[1]['types'][1]["options_title"] = "After loading the container, I plan to";
products[1]['types'][1]["options"] = new Array();
	products[1]['types'][1]["options"][0] = new Array();
	products[1]['types'][1]["options"][0]['name'] = "Keep it on site";
	products[1]['types'][1]["options"][0]['price'] = 0;
		products[1]['types'][1]["options"][0]['price_table'] = new Array();
		products[1]['types'][1]["options"][0]['price_table'][0] = new Array();
		products[1]['types'][1]["options"][0]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][1]["options"][0]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][1]["options"][0]['price_table'][0]['err'] = "";
		products[1]['types'][1]["options"][0]['price_table'][1] = new Array();
		products[1]['types'][1]["options"][0]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][1]["options"][0]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][0]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][0]['price_table'][2] = new Array();
		products[1]['types'][1]["options"][0]['price_table'][2]['name'] = "Pickup Charge";
		products[1]['types'][1]["options"][0]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][0]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][0]['price_table'][3] = new Array();
		products[1]['types'][1]["options"][0]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][1]["options"][0]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][1]["options"][0]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][0]['price_table'][4] = new Array();
		products[1]['types'][1]["options"][0]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][1]["options"][0]['price_table'][4]['func'] = "get_recurring_rent_price();";
		products[1]['types'][1]["options"][0]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[1]['types'][1]["options"][1] = new Array();
	products[1]['types'][1]["options"][1]['name'] = "Store it at GoMini's location";
	products[1]['types'][1]["options"][1]['price'] = 15;
		products[1]['types'][1]["options"][1]['price_table'] = new Array();
		products[1]['types'][1]["options"][1]['price_table'][0] = new Array();
		products[1]['types'][1]["options"][1]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][1]["options"][1]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][1]["options"][1]['price_table'][0]['err'] = "";
		products[1]['types'][1]["options"][1]['price_table'][1] = new Array();
		products[1]['types'][1]["options"][1]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][1]["options"][1]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][1]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][1]['price_table'][2] = new Array();
		products[1]['types'][1]["options"][1]['price_table'][2]['name'] = "Move loaded box to GoMini Location";
		products[1]['types'][1]["options"][1]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][1]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][1]['price_table'][3] = new Array();
		products[1]['types'][1]["options"][1]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][1]["options"][1]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][1]["options"][1]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][1]['price_table'][4] = new Array();
		products[1]['types'][1]["options"][1]['price_table'][4]['name'] = "Redeliver box to original location";
		products[1]['types'][1]["options"][1]['price_table'][4]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][1]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][1]['price_table'][5] = new Array();
		products[1]['types'][1]["options"][1]['price_table'][5]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][1]["options"][1]['price_table'][5]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][1]['price_table'][5]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][1]['price_table'][6] = new Array();
		products[1]['types'][1]["options"][1]['price_table'][6]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][1]["options"][1]['price_table'][6]['func'] = "get_recurring_rent_price();";
		products[1]['types'][1]["options"][1]['price_table'][6]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[1]['types'][1]["options"][2] = new Array();
	products[1]['types'][1]["options"][2]['name'] = "Move it to a new location";
	products[1]['types'][1]["options"][2]['price'] = 0;
	products[1]['types'][1]["options"][2]['type'] = 2;
		products[1]['types'][1]["options"][2]['price_table'] = new Array();
		products[1]['types'][1]["options"][2]['price_table'][0] = new Array();
		products[1]['types'][1]["options"][2]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][1]["options"][2]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][1]["options"][2]['price_table'][0]['err'] = "";
		products[1]['types'][1]["options"][2]['price_table'][1] = new Array();
		products[1]['types'][1]["options"][2]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][1]["options"][2]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][2]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][2]['price_table'][2] = new Array();
		products[1]['types'][1]["options"][2]['price_table'][2]['name'] = "Move loaded box to your new location";
		products[1]['types'][1]["options"][2]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,document.getElementById('zip2').value);";
		products[1]['types'][1]["options"][2]['price_table'][2]['err'] = "Your destination zip code is outside of our standard rental area.\nWe do have a partnership with Roadway to assist you with these longer moves.\nPlease contact us by email / phone to discuss alternative solutions.";
		products[1]['types'][1]["options"][2]['price_table'][3] = new Array();
		products[1]['types'][1]["options"][2]['price_table'][3]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][1]["options"][2]['price_table'][3]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][2]['price_table'][3]['err'] = "";
		products[1]['types'][1]["options"][2]['price_table'][4] = new Array();
		products[1]['types'][1]["options"][2]['price_table'][4]['name'] = "Total  due upon delivery";
		products[1]['types'][1]["options"][2]['price_table'][4]['func'] = "sum_above(4)";
		products[1]['types'][1]["options"][2]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][2]['price_table'][5] = new Array();
		products[1]['types'][1]["options"][2]['price_table'][5]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][1]["options"][2]['price_table'][5]['func'] = "get_recurring_rent_price();";
		products[1]['types'][1]["options"][2]['price_table'][5]['err'] = "";
	products[1]['types'][1]["options"][3] = new Array();
	products[1]['types'][1]["options"][3]['name'] = "Store it at GoMini's location and then move it to a new location";
	products[1]['types'][1]["options"][3]['price'] = 15;
	products[1]['types'][1]["options"][3]['type'] = 2;
		products[1]['types'][1]["options"][3]['price_table'] = new Array();
		products[1]['types'][1]["options"][3]['price_table'][0] = new Array();
		products[1]['types'][1]["options"][3]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][1]["options"][3]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][1]["options"][3]['price_table'][0]['err'] = "";
		products[1]['types'][1]["options"][3]['price_table'][1] = new Array();
		products[1]['types'][1]["options"][3]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][1]["options"][3]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][3]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][3]['price_table'][2] = new Array();
		products[1]['types'][1]["options"][3]['price_table'][2]['name'] = "Move loaded box to GoMini Location";
		products[1]['types'][1]["options"][3]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][3]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][3]['price_table'][3] = new Array();
		products[1]['types'][1]["options"][3]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][1]["options"][3]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][1]["options"][3]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][3]['price_table'][4] = new Array();
		products[1]['types'][1]["options"][3]['price_table'][4]['name'] = "Move loaded box to your new location";
		products[1]['types'][1]["options"][3]['price_table'][4]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][3]['price_table'][4]['err'] = "Your destination zip code is outside of our standard rental area.\nWe do have a partnership with Roadway to assist you with these longer moves.\nPlease contact us by email / phone to discuss alternative solutions.";
		products[1]['types'][1]["options"][3]['price_table'][5] = new Array();
		products[1]['types'][1]["options"][3]['price_table'][5]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][1]["options"][3]['price_table'][5]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][1]["options"][3]['price_table'][5]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][1]["options"][3]['price_table'][6] = new Array();
		products[1]['types'][1]["options"][3]['price_table'][6]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][1]["options"][3]['price_table'][6]['func'] = "get_recurring_rent_price();";
		products[1]['types'][1]["options"][3]['price_table'][6]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[1]['types'][2] = new Array();
products[1]['types'][2]['name'] = "20' GoMini";
products[1]['types'][2]['price'] = 149;
products[1]['types'][2]['delivery_price'] = 59;
products[1]['types'][2]["options_title"] = "After loading the container, I plan to";
products[1]['types'][2]["options"] = new Array();
	products[1]['types'][2]["options"][0] = new Array();
	products[1]['types'][2]["options"][0]['name'] = "Keep it on site";
	products[1]['types'][2]["options"][0]['price'] = 0;
		products[1]['types'][2]["options"][0]['price_table'] = new Array();
		products[1]['types'][2]["options"][0]['price_table'][0] = new Array();
		products[1]['types'][2]["options"][0]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][2]["options"][0]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][2]["options"][0]['price_table'][0]['err'] = "";
		products[1]['types'][2]["options"][0]['price_table'][1] = new Array();
		products[1]['types'][2]["options"][0]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][2]["options"][0]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][0]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][0]['price_table'][2] = new Array();
		products[1]['types'][2]["options"][0]['price_table'][2]['name'] = "Pickup Charge";
		products[1]['types'][2]["options"][0]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][0]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][0]['price_table'][3] = new Array();
		products[1]['types'][2]["options"][0]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][2]["options"][0]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][2]["options"][0]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][0]['price_table'][4] = new Array();
		products[1]['types'][2]["options"][0]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][2]["options"][0]['price_table'][4]['func'] = "get_recurring_rent_price();";
		products[1]['types'][2]["options"][0]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
	products[1]['types'][2]["options"][1] = new Array();
	products[1]['types'][2]["options"][1]['name'] = "Store it at GoMini's location";
	products[1]['types'][2]["options"][1]['price'] = 20;
		products[1]['types'][2]["options"][1]['price_table'] = new Array();
		products[1]['types'][2]["options"][1]['price_table'][0] = new Array();
		products[1]['types'][2]["options"][1]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][2]["options"][1]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][2]["options"][1]['price_table'][0]['err'] = "";
		products[1]['types'][2]["options"][1]['price_table'][1] = new Array();
		products[1]['types'][2]["options"][1]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][2]["options"][1]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][1]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][1]['price_table'][2] = new Array();
		products[1]['types'][2]["options"][1]['price_table'][2]['name'] = "Move loaded box to GoMini Location";
		products[1]['types'][2]["options"][1]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][1]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][1]['price_table'][3] = new Array();
		products[1]['types'][2]["options"][1]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][2]["options"][1]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][2]["options"][1]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][1]['price_table'][4] = new Array();
		products[1]['types'][2]["options"][1]['price_table'][4]['name'] = "Redeliver box to original location";
		products[1]['types'][2]["options"][1]['price_table'][4]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][1]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][1]['price_table'][5] = new Array();
		products[1]['types'][2]["options"][1]['price_table'][5]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][2]["options"][1]['price_table'][5]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][1]['price_table'][5]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][1]['price_table'][6] = new Array();
		products[1]['types'][2]["options"][1]['price_table'][6]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][2]["options"][1]['price_table'][6]['func'] = "get_recurring_rent_price();";
		products[1]['types'][2]["options"][1]['price_table'][6]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[1]['types'][2]["options"][2] = new Array();
	products[1]['types'][2]["options"][2]['name'] = "Move it to a new location";
	products[1]['types'][2]["options"][2]['price'] = 0;
	products[1]['types'][2]["options"][2]['type'] = 2;
		products[1]['types'][2]["options"][2]['price_table'] = new Array();
		products[1]['types'][2]["options"][2]['price_table'][0] = new Array();
		products[1]['types'][2]["options"][2]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][2]["options"][2]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][2]["options"][2]['price_table'][0]['err'] = "";
		products[1]['types'][2]["options"][2]['price_table'][1] = new Array();
		products[1]['types'][2]["options"][2]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][2]["options"][2]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][2]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][2]['price_table'][2] = new Array();
		products[1]['types'][2]["options"][2]['price_table'][2]['name'] = "Move loaded box to your new location";
		products[1]['types'][2]["options"][2]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,document.getElementById('zip2').value);";
		products[1]['types'][2]["options"][2]['price_table'][2]['err'] = "Your destination zip code is outside of our standard rental area.\nWe do have a partnership with Roadway to assist you with these longer moves.\nPlease contact us by email / phone to discuss alternative solutions.";
		products[1]['types'][2]["options"][2]['price_table'][3] = new Array();
		products[1]['types'][2]["options"][2]['price_table'][3]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][2]["options"][2]['price_table'][3]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][2]['price_table'][3]['err'] = "";
		products[1]['types'][2]["options"][2]['price_table'][4] = new Array();
		products[1]['types'][2]["options"][2]['price_table'][4]['name'] = "Total  due upon delivery";
		products[1]['types'][2]["options"][2]['price_table'][4]['func'] = "sum_above(4)";
		products[1]['types'][2]["options"][2]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][2]['price_table'][5] = new Array();
		products[1]['types'][2]["options"][2]['price_table'][5]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][2]["options"][2]['price_table'][5]['func'] = "get_recurring_rent_price();";
		products[1]['types'][2]["options"][2]['price_table'][5]['err'] = "";
	products[1]['types'][2]["options"][3] = new Array();
	products[1]['types'][2]["options"][3]['name'] = "Store it at GoMini's location and then move it to a new location";
	products[1]['types'][2]["options"][3]['price'] = 20;
	products[1]['types'][2]["options"][3]['type'] = 2;
		products[1]['types'][2]["options"][3]['price_table'] = new Array();
		products[1]['types'][2]["options"][3]['price_table'][0] = new Array();
		products[1]['types'][2]["options"][3]['price_table'][0]['name'] = "First 28 Day Rental Charge";
		products[1]['types'][2]["options"][3]['price_table'][0]['func'] = "get_first28_rent_price();";
		products[1]['types'][2]["options"][3]['price_table'][0]['err'] = "";
		products[1]['types'][2]["options"][3]['price_table'][1] = new Array();
		products[1]['types'][2]["options"][3]['price_table'][1]['name'] = "Delivery Charge";
		products[1]['types'][2]["options"][3]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][3]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][3]['price_table'][2] = new Array();
		products[1]['types'][2]["options"][3]['price_table'][2]['name'] = "Move loaded box to GoMini Location";
		products[1]['types'][2]["options"][3]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][3]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][3]['price_table'][3] = new Array();
		products[1]['types'][2]["options"][3]['price_table'][3]['name'] = "Total  due upon delivery";
		products[1]['types'][2]["options"][3]['price_table'][3]['func'] = "sum_above(3)";
		products[1]['types'][2]["options"][3]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][3]['price_table'][4] = new Array();
		products[1]['types'][2]["options"][3]['price_table'][4]['name'] = "Move loaded box to your new location";
		products[1]['types'][2]["options"][3]['price_table'][4]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][3]['price_table'][4]['err'] = "Your destination zip code is outside of our standard rental area.\nWe do have a partnership with Roadway to assist you with these longer moves.\nPlease contact us by email / phone to discuss alternative solutions.";
		products[1]['types'][2]["options"][3]['price_table'][5] = new Array();
		products[1]['types'][2]["options"][3]['price_table'][5]['name'] = "Final Pickup (when box is emptied)";
		products[1]['types'][2]["options"][3]['price_table'][5]['func'] = "get_transportation_charge(document.getElementById('zip2').value,59,20,40,3,locations2);";
		products[1]['types'][2]["options"][3]['price_table'][5]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
		products[1]['types'][2]["options"][3]['price_table'][6] = new Array();
		products[1]['types'][2]["options"][3]['price_table'][6]['name'] = "Recurring 28 Day Rental Charges";
		products[1]['types'][2]["options"][3]['price_table'][6]['func'] = "get_recurring_rent_price();";
		products[1]['types'][2]["options"][3]['price_table'][6]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";



	
products[2]['name'] = "Rent a Falcon Building";
products[2]['types'][0] = new Array();
products[2]['types'][0]['name'] = "40' Colorado Floor Plan";
products[2]['types'][0]['price'] = 295;
	products[2]['types'][0]['price_table'] = new Array();
	products[2]['types'][0]['price_table'][0] = new Array();
	products[2]['types'][0]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[2]['types'][0]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[2]['types'][0]['price_table'][0]['err'] = "";

	products[2]['types'][0]['price_table'][1] = new Array();
	products[2]['types'][0]['price_table'][1]['name'] = "Delivery and Setup";
	products[2]['types'][0]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][0]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][0]['price_table'][2] = new Array();
	products[2]['types'][0]['price_table'][2]['name'] = "Pickup and Setup";
	products[2]['types'][0]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][0]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][0]['price_table'][3] = new Array();
	products[2]['types'][0]['price_table'][3]['name'] = "Total  due upon delivery";
	products[2]['types'][0]['price_table'][3]['func'] = "sum_above(3)";
	products[2]['types'][0]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][0]['price_table'][4] = new Array();
	products[2]['types'][0]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[2]['types'][0]['price_table'][4]['func'] = "get_recurring_rent_price();;";
	products[2]['types'][0]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";


products[2]['types'][1] = new Array();
products[2]['types'][1]['name'] = "40' Brazos Floor Plan";
products[2]['types'][1]['price'] = 295;
	products[2]['types'][1]['price_table'] = new Array();
	products[2]['types'][1]['price_table'][0] = new Array();
	products[2]['types'][1]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[2]['types'][1]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[2]['types'][1]['price_table'][0]['err'] = "";

	products[2]['types'][1]['price_table'][1] = new Array();
	products[2]['types'][1]['price_table'][1]['name'] = "Delivery and Setup";
	products[2]['types'][1]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][1]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][1]['price_table'][2] = new Array();
	products[2]['types'][1]['price_table'][2]['name'] = "Pickup and Setup";
	products[2]['types'][1]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][1]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][1]['price_table'][3] = new Array();
	products[2]['types'][1]['price_table'][3]['name'] = "Total  due upon delivery";
	products[2]['types'][1]['price_table'][3]['func'] = "sum_above(3)";
	products[2]['types'][1]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][1]['price_table'][4] = new Array();
	products[2]['types'][1]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[2]['types'][1]['price_table'][4]['func'] = "get_recurring_rent_price();;";
	products[2]['types'][1]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[2]['types'][2] = new Array();
products[2]['types'][2]['name'] = "40' Lllano Floor Plan";
products[2]['types'][2]['price'] = 260;
	products[2]['types'][2]['price_table'] = new Array();
	products[2]['types'][2]['price_table'][0] = new Array();
	products[2]['types'][2]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[2]['types'][2]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[2]['types'][2]['price_table'][0]['err'] = "";

	products[2]['types'][2]['price_table'][1] = new Array();
	products[2]['types'][2]['price_table'][1]['name'] = "Delivery and Setup";
	products[2]['types'][2]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][2]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][2]['price_table'][2] = new Array();
	products[2]['types'][2]['price_table'][2]['name'] = "Pickup and Setup";
	products[2]['types'][2]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][2]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][2]['price_table'][3] = new Array();
	products[2]['types'][2]['price_table'][3]['name'] = "Total  due upon delivery";
	products[2]['types'][2]['price_table'][3]['func'] = "sum_above(3)";
	products[2]['types'][2]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][2]['price_table'][4] = new Array();
	products[2]['types'][2]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[2]['types'][2]['price_table'][4]['func'] = "get_recurring_rent_price();;";
	products[2]['types'][2]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[2]['types'][3] = new Array();
products[2]['types'][3]['name'] = "40' Blanco Floor Plan";
products[2]['types'][3]['price'] = 295;
	products[2]['types'][3]['price_table'] = new Array();
	products[2]['types'][3]['price_table'][0] = new Array();
	products[2]['types'][3]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[2]['types'][3]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[2]['types'][3]['price_table'][0]['err'] = "";

	products[2]['types'][3]['price_table'][1] = new Array();
	products[2]['types'][3]['price_table'][1]['name'] = "Delivery and Setup";
	products[2]['types'][3]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][3]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][3]['price_table'][2] = new Array();
	products[2]['types'][3]['price_table'][2]['name'] = "Pickup and Setup";
	products[2]['types'][3]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][3]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][3]['price_table'][3] = new Array();
	products[2]['types'][3]['price_table'][3]['name'] = "Total  due upon delivery";
	products[2]['types'][3]['price_table'][3]['func'] = "sum_above(3)";
	products[2]['types'][3]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][3]['price_table'][4] = new Array();
	products[2]['types'][3]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[2]['types'][3]['price_table'][4]['func'] = "get_recurring_rent_price();;";
	products[2]['types'][3]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[2]['types'][4] = new Array();
products[2]['types'][4]['name'] = "20' Guadalupe Floor Plan";
products[2]['types'][4]['price'] = 180;
	products[2]['types'][4]['price_table'] = new Array();
	products[2]['types'][4]['price_table'][0] = new Array();
	products[2]['types'][4]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[2]['types'][4]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[2]['types'][4]['price_table'][0]['err'] = "";

	products[2]['types'][4]['price_table'][1] = new Array();
	products[2]['types'][4]['price_table'][1]['name'] = "Delivery and Setup";
	products[2]['types'][4]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][4]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][4]['price_table'][2] = new Array();
	products[2]['types'][4]['price_table'][2]['name'] = "Pickup and Setup";
	products[2]['types'][4]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][4]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][4]['price_table'][3] = new Array();
	products[2]['types'][4]['price_table'][3]['name'] = "Total  due upon delivery";
	products[2]['types'][4]['price_table'][3]['func'] = "sum_above(3)";
	products[2]['types'][4]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][4]['price_table'][4] = new Array();
	products[2]['types'][4]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[2]['types'][4]['price_table'][4]['func'] = "get_recurring_rent_price();;";
	products[2]['types'][4]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[2]['types'][5] = new Array();
products[2]['types'][5]['name'] = "20' Comal Floor Plan";
products[2]['types'][5]['price'] = 170;
	products[2]['types'][5]['price_table'] = new Array();
	products[2]['types'][5]['price_table'][0] = new Array();
	products[2]['types'][5]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[2]['types'][5]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[2]['types'][5]['price_table'][0]['err'] = "";

	products[2]['types'][5]['price_table'][1] = new Array();
	products[2]['types'][5]['price_table'][1]['name'] = "Delivery and Setup";
	products[2]['types'][5]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][5]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][5]['price_table'][2] = new Array();
	products[2]['types'][5]['price_table'][2]['name'] = "Pickup and Setup";
	products[2]['types'][5]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][5]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][5]['price_table'][3] = new Array();
	products[2]['types'][5]['price_table'][3]['name'] = "Total  due upon delivery";
	products[2]['types'][5]['price_table'][3]['func'] = "sum_above(3)";
	products[2]['types'][5]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][5]['price_table'][4] = new Array();
	products[2]['types'][5]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[2]['types'][5]['price_table'][4]['func'] = "get_recurring_rent_price();;";
	products[2]['types'][5]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

products[2]['types'][6] = new Array();
products[2]['types'][6]['name'] = "10' Guard Shack";
products[2]['types'][6]['price'] = 105;
	products[2]['types'][6]['price_table'] = new Array();
	products[2]['types'][6]['price_table'][0] = new Array();
	products[2]['types'][6]['price_table'][0]['name'] = "First 28 Day Rental Charge";
	products[2]['types'][6]['price_table'][0]['func'] = "get_first28_rent_price();";
	products[2]['types'][6]['price_table'][0]['err'] = "";

	products[2]['types'][6]['price_table'][1] = new Array();
	products[2]['types'][6]['price_table'][1]['name'] = "Delivery and Setup";
	products[2]['types'][6]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][6]['price_table'][1]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][6]['price_table'][2] = new Array();
	products[2]['types'][6]['price_table'][2]['name'] = "Pickup and Setup";
	products[2]['types'][6]['price_table'][2]['func'] = "get_transportation_charge(document.getElementById('zip').value,160,35,50,3,locations);";
	products[2]['types'][6]['price_table'][2]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][6]['price_table'][3] = new Array();
	products[2]['types'][6]['price_table'][3]['name'] = "Total  due upon delivery";
	products[2]['types'][6]['price_table'][3]['func'] = "sum_above(3)";
	products[2]['types'][6]['price_table'][3]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[2]['types'][6]['price_table'][4] = new Array();
	products[2]['types'][6]['price_table'][4]['name'] = "Recurring 28 Day Rental Charges";
	products[2]['types'][6]['price_table'][4]['func'] = "get_recurring_rent_price();;";
	products[2]['types'][6]['price_table'][4]['err'] = "Your destination zip code is out of our standard rental area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";




products[3]['name'] = "Buy a Falcon Box";
products[3]['types'][0] = new Array();
products[3]['types'][0]['name'] = "40' Box - Wind and Water Tight (WWT)";
products[3]['types'][0]['price'] = 3000;
	products[3]['types'][0]['price_table'] = new Array();
	products[3]['types'][0]['price_table'][0] = new Array();
	products[3]['types'][0]['price_table'][0]['name'] = "Purchase Price";
	products[3]['types'][0]['price_table'][0]['func'] = "get_purchase_price();";
	products[3]['types'][0]['price_table'][0]['err'] = "";

	products[3]['types'][0]['price_table'][1] = new Array();
	products[3]['types'][0]['price_table'][1]['name'] = "Delivery Charge";
	products[3]['types'][0]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,(150+get_location_charge(document.getElementById('zip').value,0,locations,'78653')),35,150,3,locations);";
	products[3]['types'][0]['price_table'][1]['err'] = "Your destination zip code is out of our standard delivery area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[3]['types'][0]['price_table'][2] = new Array();
	products[3]['types'][0]['price_table'][2]['name'] = "Total due upon delivery";
	products[3]['types'][0]['price_table'][2]['func'] = "sum_above(2)";
	products[3]['types'][0]['price_table'][2]['err'] = "Your destination zip code is out of our standard delivery area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
products[3]['types'][1] = new Array();
products[3]['types'][1]['name'] = "20' Box - Wind and Water Tight (WWT)";
products[3]['types'][1]['price'] = 1995;
	products[3]['types'][1]['price_table'] = new Array();
	products[3]['types'][1]['price_table'][0] = new Array();
	products[3]['types'][1]['price_table'][0]['name'] = "Purchase Price";
	products[3]['types'][1]['price_table'][0]['func'] = "get_purchase_price();";
	products[3]['types'][1]['price_table'][0]['err'] = "";

	products[3]['types'][1]['price_table'][1] = new Array();
	products[3]['types'][1]['price_table'][1]['name'] = "Delivery Charge";
	products[3]['types'][1]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,(150+get_location_charge(document.getElementById('zip').value,0,locations,'78653')),35,150,3,locations);";
	products[3]['types'][1]['price_table'][1]['err'] = "Your destination zip code is out of our standard delivery area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[3]['types'][1]['price_table'][2] = new Array();
	products[3]['types'][1]['price_table'][2]['name'] = "Total  due upon delivery";
	products[3]['types'][1]['price_table'][2]['func'] = "sum_above(2)";
	products[3]['types'][1]['price_table'][2]['err'] = "Your destination zip code is out of our standard delivery area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
products[3]['types'][2] = new Array();
products[3]['types'][2]['name'] = "40' Box + Fresh coat of paint";
products[3]['types'][2]['price'] = 3625;
	products[3]['types'][2]['price_table'] = new Array();
	products[3]['types'][2]['price_table'][0] = new Array();
	products[3]['types'][2]['price_table'][0]['name'] = "Purchase Price";
	products[3]['types'][2]['price_table'][0]['func'] = "get_purchase_price();";
	products[3]['types'][2]['price_table'][0]['err'] = "";

	products[3]['types'][2]['price_table'][1] = new Array();
	products[3]['types'][2]['price_table'][1]['name'] = "Delivery Charge";
	products[3]['types'][2]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,(150+get_location_charge(document.getElementById('zip').value,50,locations,'78653')),35,150,3,locations);";
	products[3]['types'][2]['price_table'][1]['err'] = "Your destination zip code is out of our standard delivery area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[3]['types'][2]['price_table'][2] = new Array();
	products[3]['types'][2]['price_table'][2]['name'] = "Total  due upon delivery";
	products[3]['types'][2]['price_table'][2]['func'] = "sum_above(2)";
	products[3]['types'][2]['price_table'][2]['err'] = "Your destination zip code is out of our standard delivery area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";
products[3]['types'][3] = new Array();
products[3]['types'][3]['name'] = "20' Box + Fresh coat of paint";
products[3]['types'][3]['price'] = 2370;
	products[3]['types'][3]['price_table'] = new Array();
	products[3]['types'][3]['price_table'][0] = new Array();
	products[3]['types'][3]['price_table'][0]['name'] = "Purchase Price";
	products[3]['types'][3]['price_table'][0]['func'] = "get_purchase_price();";
	products[3]['types'][3]['price_table'][0]['err'] = "";

	products[3]['types'][3]['price_table'][1] = new Array();
	products[3]['types'][3]['price_table'][1]['name'] = "Delivery Charge";
	products[3]['types'][3]['price_table'][1]['func'] = "get_transportation_charge(document.getElementById('zip').value,(150+get_location_charge(document.getElementById('zip').value,50,locations,'78653')),35,150,3,locations);";
	products[3]['types'][3]['price_table'][1]['err'] = "Your destination zip code is out of our standard delivery area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";

	products[3]['types'][3]['price_table'][2] = new Array();
	products[3]['types'][3]['price_table'][2]['name'] = "Total  due upon delivery";
	products[3]['types'][3]['price_table'][2]['func'] = "sum_above(2)";
	products[3]['types'][3]['price_table'][2]['err'] = "Your destination zip code is out of our standard delivery area. \nPlease contact us by email / phone at 866-325-2665 or sales@falconstorage.com to discuss alternative solutions.";