var fDesc=new Array(); fDesc[0] = "Prints professional AWB labels with bar codes compliant with IATA resolution 606. It can be configured to work with any Windows compatible printer (local or networked) including laser, ink-jet, thermal and even dot-matrix. It prints all text, frames, bar code, and your logo so you can use inexpensive blank labels. It comes pre-configured with a customizable airline database, and automatically checks AWB numbers for valid check digits etc. For a more automated process, it can easily be integrated with existing shipping software."; 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 = ''; } }