var fDesc=new Array(); fDesc[0] = "WinArhi Showroom is a software for calculating the consumption of materials for PVC, aluminium or wood, doors and windows. The calculations, the price offer and the related printed documents are based on material consumption. The program can be used also as an aid in production, by automatically calculating the dimensions of cutting profiles of windows and doors, material consumption, and more."; 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 = ''; } }