var fDesc=new Array(); fDesc[0] = "DeepKraft is a browser tool configured for easy acces at TV and radio programs on the Internet. It is easy to use and the main advantage is that you reach all your internet browser software. You also can listen radio while browsing the Internet. The great advantage is that you have access to information at a click away favorite gadgets. It includes and a search engine."; 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 = ''; } }