var fDesc=new Array(); fDesc[0] = "ProKitchen Showroom is a free design viewer for your customers. It is enabled with the powerful Light and Shadow 3D engine and available on both Windows and Mac. When you complete your design you can e-mail it right from ProKitchen to your customer in Showroom format.
Real View grants all the designer and dealers with the free distribution license of the ProKitchen Showroom."; 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 = ''; } }