var fDesc=new Array(); fDesc[0] = "Dive Assistant - Desktop Edition is the Desktop companion for the Dive Assistant - Pocket PC Edition, as well as being a completely stand alone scuba diving application. It performs all the tasks you would expect from a modern dive application: from dive logging and dive planning to kit management and dive table lookup. Dive Assistant is the only software you need when you go diving. Dive Assistant - Desktop Edition is a full featured PC scuba diving application, designed for recreational and advanced scuba divers alike. The application has been developed to be intuitive and easy to use from the moment you install it. Dive Assistant can store the profiles for multiple divers, so you and your partner, friends or family members can all store you information on one device."; 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 = ''; } }