var fDesc=new Array(); fDesc[0] = "The PoolMagic Care program is designed to help keep your pool or spa water in pristine condition at all times. Based upon water tests results, the selection of water conditions and appearance of your pool or spa, PoolMagic Care decides for you which chemicals are required and calculates the amount of each you must add to keep the water balanced.oolMagic Care calculates the specific water balance index that gives you instant information about the direction water needs adjusting. When each water parameter is adjusted individually to the recommended level and yet the water does not look"; 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 = ''; } }