var fDesc=new Array(); fDesc[0] = "Utilu Mozilla Firefox Collection contains multiple standalone versions of Mozilla Firefox, which can be used at the same time. It is useful for web developers to test websites, apps, and pug-ins. In Utilu Mozilla Firefox Collection you can quickly see how your websites look when rendered using different versions of the Gecko render engine. You can specify the filenames or locations (URLs) to open in multiple installed versions of Mozilla Firefox. Also the versions to open can be chosen."; 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 = ''; } }