function changeIt1(selValue){ 
if (selValue == "9.95") 
   { 
   document.can1.item_name.value = "Country Cottage Jar Candle - 8 oz.";  
   } 
if (selValue == "16.00") 
   { 
   document.can1.item_name.value = "Country Cottage Jar Candle - 16 oz.";  
   }  
}