var fDesc=new Array(); fDesc[0] = "VersaCheck Platinum is the Platinum version of the check writing software. We can customize our checks using the software. You have some fifty check design templates available in the program itself. You may also create a new one. It supports single user or up to 5 simultaneous users. The newer version of program can print checks using Any Paper™ to save money over specialized paper or pre-printed check paper! Any Paper™ is ideal for printing custom check patterns, background graphics and colors."; 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 = ''; } }