function pu(code) { 
document.sm.S1.value += ' ' + code + ' '; 
document.sm.S1.focus(); 
} 


