function changeIt1(selValue){ 
if (selValue == "34.95") 
   { 
   document.spring1.item_name.value = "Cheerful Spring Mix";  
   } 
if (selValue == "44.95") 
   { 
   document.spring1.item_name.value = "Cheerful Spring Mix Deluxe";  
   } 
if (selValue == "54.95") 
   { 
   document.spring1.item_name.value = "Cheerful Spring Mix Premium"; 
   } 
}