function change_options(){
	$("#options").load("/products/product-options.php", $("#product_form").serialize());
}

function change_swatch(input_field, new_value){
	document.getElementById(input_field).value = new_value;
	$("#options").load("/products/product-options.php", $("#product_form").serialize());
}