function changeIt6(selValue){ 
if (selValue == "44.95") 
   { 
   document.spring6.item_name.value = "Spring Colors Mix";  
   } 
if (selValue == "54.95") 
   { 
   document.spring6.item_name.value = "Spring Colors Mix Deluxe";  
   } 
if (selValue == "64.95") 
   { 
   document.spring6.item_name.value = "Spring Colors Mix Premium"; 
   } 
}