var fDesc=new Array(); fDesc[0] = "Room Magic Pro is a professional event layout program that will allow you to easily print out professional room diagrams and inventory listings for your clients.

Room Magic Pro will generate an initial design based on room dimensions, number of guests, type of tables, and the spacing requirements between tables. You can then easily drag and drop other items onto the floor plan as needed, such as dance floor, buffet tables, plants, pianos, restrooms, speakers, lights, obstructions, etc."; 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 = ''; } }