var fDesc=new Array(); fDesc[0] = "LinhaBase BookBarCode is a program that enables publishers to produce ISBN bar code according to the rules of the International ISBN Agency. With LinhaBase BookBarCode you can use your laser or inkjet printer to print ISBN barcode labels and even create barcode images in TIF, JPG, PCX, PNG and PDF to use as you wish."; 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 = ''; } }