var fDesc=new Array(); fDesc[0] = "Situ allows you to design your homes in realistic 3D, using real products and brands. You can use this application to select the paint colours, furnishings, or even the plans. You can see how these items will work together, in 3D, before you commit. This program is as easy as dragging and dropping your preferred products into your plans. Everything is intuitive and flexible, removing the need for expensive and clunky CAD based 3D design software."; 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 = ''; } }