var fDesc=new Array(); fDesc[0] = "PacketBone designs BoneLight to be a great assistant for you as a trace file expert and a communication bridge for the team. Most of all, Bonelight first should be a very handy product which can be a true help for daily works without any confusion though equipped many features.
BoneLight unlike other software which normally has a main application to launch a user interface. This will only make people use much time to learn the user interface before really put that software into productivity. BoneLight do not have a main application interface, however, the software exists in many parts of the Windows operating systems."; 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 = ''; } }