
var currenttb='none';
function changeVal(myinput) {
currenttb=myinput;

}
function add(harf){
//alert(currenttb)

document.getElementById(currenttb).value+=harf
}

