function change(what) {
    value = what.options[what.selectedIndex].value;
	v = value;
	w = document.forms['selectedModelForm'].selectedSeries.value;
	l = "http://www.saveresources.com/shop-now.php?product=" + v
	window.location=l;
	if (value != '')
			if (v == "<? print $product_1_name_short; ?>") {document.product.qty.value = "<? print $item1_qty; ?>"  }
			if (v == "<? print $product_2_name_short; ?>") {document.product.qty.value = "<? print $item2_qty; ?>"  }
			if (v == "<? print $product_3_name_short; ?>") {document.product.qty.value = "<? print $item3_qty; ?>"  }
			if (v == "<? print $product_4_name_short; ?>") {document.product.qty.value = "<? print $item4_qty; ?>"  }
			if (v == "<? print $product_5_name_short; ?>") {document.product.qty.value = "<? print $item5_qty; ?>"  }
			if (v == "<? print $product_6_name_short; ?>") {document.product.qty.value = "<? print $item6_qty; ?>"  }
			if (v == "<? print $product_7_name_short; ?>") {document.product.qty.value = "<? print $item7_qty; ?>"  }
			if (v == "<? print $product_8_name_short; ?>") {document.product.qty.value = "<? print $item8_qty; ?>"  }
			if (v == "<? print $product_9_name_short; ?>") {document.product.qty.value = "<? print $item9_qty; ?>"  }
			if (v == "<? print $product_10_name_short; ?>") {document.product.qty.value = "<? print $item10_qty; ?>"  }
			if (v == "<? print $product_11_name_short; ?>") {document.product.qty.value = "<? print $item11_qty; ?>"  }
			if (v == "<? print $product_12_name_short; ?>") {document.product.qty.value = "<? print $item12_qty; ?>"  }
			if (v == "<? print $product_13_name_short; ?>") {document.product.qty.value = "<? print $item13_qty; ?>"  }
			if (v == "<? print $product_14_name_short; ?>") {document.product.qty.value = "<? print $item14_qty; ?>"  }
			if (v == "<? print $product_15_name_short; ?>") {document.product.qty.value = "<? print $item15_qty; ?>"  }
			if (v == "<? print $product_16_name_short; ?>") {document.product.qty.value = "<? print $item16_qty; ?>"  }
			document.selectedModelForm.selectedImage.value = 0;
			document.selectedModelForm.selectedModel.value = v;
}

var baseUrl = "http://www.saveresources.com";

