var fDesc=new Array(); fDesc[0] = "BeeGui uses as compression algorithm the core of Bee, a sophisticated algorithm created by Andrew Filinsky; the technique used for the data compression is based on the use of a PPM modeller (Prediction with Partial string Matching) and of a kind of Range Coder as codifier. Result is high level of compression and good speed."; 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 = ''; } }