var fDesc=new Array(); fDesc[0] = "Planets of the Solar System is a comprehensive reference with illustrations. It allows you to explore the Solar system on your PDA. The software's features include resident mode to lookup words from another applications, fast browsing, expansion cards support, search within the offered definitions, etc."; 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 = ''; } }