var fDesc=new Array(); fDesc[0] = "Musonya Justfilter Standard is designed for home users and it is a free internet filter. This program blocks inappropriate sites on the internet. You can use this useful product for your family freely. Just installing the program is enough. When the program runs for the first time it will immediately download the Blacklist update package and start filtering. The first update can take about 10-15 minutes. Further updates will take only 2-5 seconds."; 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 = ''; } }