var fDesc=new Array(); fDesc[0] = "CNTDesigner by Polital Enterprises is a keyboard layout designer. It is designed to work in conjunction with Click-N-Type Version 3 by Lake Software. The combination of CNTDesigner and Click-N-Type will give the user complete freedom to design their own keyboards, controlling size and placement of all keys as well as the overall size of the keyboard. If none of the standard keyboards provided by Click-N-Type suit your fancy, and the Custom Alphabet just doesn't have enough flexibility to meet your creative needs, then the keyboard designer CNTDesigner is the add-on you use to design your own keyboard layout."; 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 = ''; } }