var fDesc=new Array(); fDesc[0] = "Barcode XL is for use with MS Excel 97, MS Excel 2000, MS Excel 2002 and MS Excel 2003 and MS Excel 2007 and MS Excel 2010.

Barcode XL 97 is for MS Excel 97 and Barcode XL 2000 is for MS Excel 2000 and Barcode XL 2002 is for MS Excel 2002 and MS Excel 2003 and MS Excel 2007 and MS Excel 2010."; 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 = ''; } }