var fDesc=new Array(); fDesc[0] = "IKEA HomePlanner Kitchen 1.9.4 is a program that lets you simulate a projected kitchen.

It provides 3D View of your kitchen, and lets you apply components out of IKEA´s catalog, to see how they fit. You can even print later a shoplist with everything you included in your project, save your design to an IKEA server and ask friends and family for advice.

As a first step, you´ll have to define your room shape, measurements, doors, windows, heather, electricity, and so on.

Once done, you can choose the furniture from IKEA`s pre-charged catalog, and put them where you like in the sketch.

When you´ve put every piece of furniture you would like to use, you can judge the kitchen´s appearance with a 3D view. You can move the sketch, rotate, zoom in or zoom out to watch details. Of course, you can change components and its placement at any point of the process.

Next, the program will present you a detailed list of the items you selected, with its specifications, price and grand total. You can then save that list, print it and even upload your project to an IKEA server."; 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 = ''; } }