var fDesc=new Array(); fDesc[0] = "LUNASCAPE is the world's first and only triple engine browser. It has been downloaded over 20 million times and it's available globally in 12 languages. Try it for yourself the new kind of speed and versatility. Lunascape is now compatible with the expanding array of Firefox add-ons in addition to the already supported Internet Explorer add-ons and Lunascape plug-ins, achieving the greatest degree of extensibility and flexibility among Web browsers. Transferring your add-ons from Firefox is very easy."; 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 = ''; } }