var fDesc=new Array(); fDesc[0] = "xCAD Interior Home is a tool for planning and visualizing of interior designs. Modern concepts and software technologies are used in order to enable a user friendly and efficient planning of furniture and designing of rooms. The software supports you when drafting a design using the assistant in 3D with floor plan view and elevation view and extensive object libraries. But it also enables the detailed planning of difficult furniture and its parts list."; 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 = ''; } }