// JavaScript Document

function changePostage () {
		document.getElementById('shipping').value = document.getElementById('priceSetter').shippingPrice.options[document.getElementById('priceSetter').shippingPrice.selectedIndex].value;
		//alert('Value Changed to '+document.getElementById('priceSetter').shippingPrice.options[document.getElementById('priceSetter').shippingPrice.selectedIndex].value);
}