  function getValue()
    { 
	  if(document.theform.on2.value = 3)
	     {
		  document.theform.amount.value=document.theform.on2.value * 12.99;
	     }
    }
