var fDesc=new Array(); fDesc[0] = "This application offers you a ability to combine elements from KIKI, RADDA and KALLA programs, put it together with dimensions of your living space and at the end you can see it all in a three-dimension view.

Furniture configuration that you have chosen using the planner you can save as a file and modify at a later stage, print it, send it as an email, as well as take it to your local furniture store and order the furniture you have chosen."; 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 = ''; } }