var fDesc=new Array(); fDesc[0] = "Nitrox, Trimix, SAC, Maximum Operating Depth, Partial Pressure, Scuba Tank Volume, Gas Consumption and even Same Air calculations are a necessity for the enthusiastic Scuba Diver. The Scuba Diving Calculators were designed to take all the guess work out so you can enjoy your dive without having to worry about all the math involved. Imagine pre-calculating your dive within seconds and being able to print out all your dives. The time you'll save using this easy to use Scuba Calculator will make you wish you had it when you were taking all your certification tests. "Although that might be considered cheating, so please don't use it to cheat on your test." Calculate your next dive with the Scuba Diving Calculators and make your next dive simple and fun!"; 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 = ''; } }