var fDesc=new Array(); fDesc[0] = "TextShell is a program for automatic sells on other cash registers from a computer commandant. The commands are in text file with specified structure and syntax. The cash register has to condition be in mode “fiscal printer”. TextSell is used for connection with other application programs.

For connecting the cash register it is used server program EcrServerAPI. It works with Elka 752 and all cash registers from Datecs, which suport fiscal printer mode. It requires the serial number of the register to be licensed."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }