var fDesc=new Array(); fDesc[0] = "Basic Label Printing Software FA-B30 is developed by CASIO COMPUTER CO., LTD. The most popular versions of this product among our users are: 1.2 and 1.3
Basic Label Printing Software is the perfect software for the projects you are creating.
You can schedule a business meeting on categories, cancel them, organize your most important files and duplicate them. You can also create birthday and holiday cards, personalize them and make as many copies as you want."; 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 = ''; } }