var fDesc=new Array(); fDesc[0] = "The Symbol CS1504 Software Developer Kit (SDK) v1.3.5 is a comprehensive Developer's tool for the Symbol CS 1504 Consumer Memory Scanner. The CS 1504SDK provides information to assist in writing the code for the CS 1504 application to run on the Host. The Host application directs the operation of, and receives information from, the CS 1504."; 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 = ''; } }