var fDesc=new Array(); fDesc[0] = "The RNC is a fully functional Point Of Sale solution. The RNC can be put into live service then upgraded to a fully registered version later with all features and data intact. The demo wording will appear all the time and the word "DEMO" will appear on all printable receipts and reports. You can remove demo features by purchasing Lexus dongle or obtaining a registration code (Unlock Code)."; 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 = ''; } }