//PriceScript.js

function getSelectedValue( obj )
   {
	return obj.options[obj.selectedIndex].value;
   }   
   
function convertPrice()  
   {
	document.calc.price.value=document.calc.carpetSort.options[document.calc.carpetSort.selectedIndex].value;
   }