var fDesc=new Array(); fDesc[0] = "MASTER-DESIGN software solutions for the furniture industry. It is composed by three categories of products based on the type of user: the producer of furnishings, the vendor of furnishings and the architect. It proposes different solutions for the producer and for its clients. The products are automatically revised either in the programme than in the data with the exclusive system TIPS-UpGrade integrated into the TIPS-HelpDesk service. It provides over 3000 articales in the data base.Rendering. Virtual Reality. Print plan, quotations and photo."; 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 = ''; } }