var fDesc=new Array(); fDesc[0] = "Swimcrete Catalog was designed to present you Swim-crete Pool Products. Swimcrete Catalog may be considered a swimming pool construction catalog. It integrates full details about Swim-Crete Pool Products and also an entire set of images is integrated in this catalog. The catalog is in PDF format and will open in Adobe Acrobat."; 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 = ''; } }