function changeIt1(selValue){ 
if (selValue == "129.00") 
   { 
   document.symp1.item_name.value = "Expression of Sympathy";  
   } 
if (selValue == "65.99") 
   { 
   document.symp1.item_name.value = "Expression of Sympathy 1/2 size";  
   } 
}