var fDesc=new Array(); fDesc[0] = "Vox Box is an application that helps you design your interiors on your own. It enables you to arrange your apartment or house by choosing different furniture sets and decorations.
The application is very user friendly. It offers you a 3-D visualization of both the furniture and the interiors. You can move the furniture items around when trying out different arrangements, checking the functionality of each of your design ideas. The application is operated by a computer mouse: anyone can master it in almost no time. The "help" option built into the application can answer any questions you might have."; 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 = ''; } }