function changeIt2(selValue){ 
if (selValue == "19.00") 
   { 
   document.can2.item_name.value = "Electric Globe Candle - Without Candle Ring";  
   } 
if (selValue == "22.00") 
   { 
   document.can2.item_name.value = "Electric Globe Candle - With Candle Ring";  
   }  
}