function update() {var frm=document.frm; var val=frm.from_val.value*500; frm.to_val.value=val; }