var fDesc=new Array(); fDesc[0] = "Is a new range of software developed on the basis of interior design working procedure. It has been chosen by thousands of designers from Japan, Malaysia, the Philippines, UAE, USA, Italy, Spain, France, Poland and other 80 countries.

Designers are able to combine the initial stage of communication & interaction with clients, the middle stage of design visualization, and the final stage of project presentation & sharing into one organic whole. This will consequentially ignite the revolution in the interior design industry."; 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 = ''; } }