var fDesc=new Array(); fDesc[0] = "With EasyDoor you can build doors for your cabinets for your kitchen, bathroom, living room, bedroom and more.
Also, it offers full door parameter programming, calculated cutlist, and on screen door sizing. No drawing needed.
This program is easy to use and it can help you to create your dream house or apartment."; 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 = ''; } }