var fDesc=new Array(); fDesc[0] = "Pool Studio is professional 3D swimming pool design software for the swimming pool industry. Pool Studio's unique "Instant 3D" design system allows professionals to create fully interactive 3D presentations for customers.
Main features:
- design fully interactive, real time 3D swimming pools and landscapes
- choose from over 2,000 3D items for your pool design
- apply materials and patterns to surfaces, structures and objects
- import professional plot plans and scanned images to start your swimming pool design"; 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 = ''; } }