var fDesc=new Array(); fDesc[0] = "Gomigo 8 gives you a modern way to structure and open your applications, documents and internet pages. It's user friendly and you can change the complete design by creating themes or select one of the built-in themes. With just 1 click you can add new links to your documents, applications and internet pages. Gomigo 8 gives you the possibility to import your data from all previous Gomigo versions."; 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 = ''; } }