var fDesc=new Array(); fDesc[0] = "KitchenDraw is a bathroom and kitchen design application.

Main features:

- Create and update your own catalogs as you like.
- Distribute free KitchenDraw CD-ROMs to your dealers anywhere in the world (KitchenDraw is multilingual).
- Receive your orders via e-mail and interface KitchenDraw with your existing production and ERP program thanks to the KitchenDraw SDK.
- Generate cutting lists and export them as .CSV files to be imported into your panel optimization software."; 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 = ''; } }