var fDesc=new Array(); fDesc[0] = "If you are really passionate about mobile phones then this is surely the toolbar for you. It features a a powerful search engine, a quick link to the GSM Forum, a shortcut to news and stories, product support from a large variety of producer/manufacturer sites, links to the most important mobile phones producers and a control panel."; 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 = ''; } }