function changeIt4(selValue){ 
if (selValue == "54.95") 
   { 
   document.fall4.item_name.value = "Fall Color Burst";  
   } 
if (selValue == "64.95") 
   { 
   document.fall4.item_name.value = "Fall Color Burst Deluxe";  
   } 
if (selValue == "74.95") 
   { 
   document.fall4.item_name.value = "Fall Color Burst Premium"; 
   } 
}