var fDesc=new Array(); fDesc[0] = "3DVista realize that if you want to have a top quality virtual tour you should be able to include beautiful professional floorplans in both 2D and/or 3D.

It is no longer necessary to hire the services of an expensive 3D designer or architect to create an impressive floorplan. 3DVista has finally developed a powerful yet easy to use application for anyone to create fabulous floorplans in both 2D and 3D."; 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 = ''; } }