var fDesc=new Array(); fDesc[0] = "Dive Control is a complete software to register, plan and control dives. It is easy to use and you can get it by a really good price. Dive Control allows you to plan and log your dives, as well as other divers in the same system. It is possible to include in the logbook, photos took during the dive. You can also test your knowledge on diving with an entertaining questions and answers game"; 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 = ''; } }