var fDesc=new Array(); fDesc[0] = "wysiwyg is compatible with Vivien-Virtual Event Designer, CAST Software’s award-winning special events planning and design software tool. You can create your shows in wysiwyg and then open the files in Vivien to make use of its automated Wizards for adding event items, such as seating areas, tables, and chairs. You can use Vivien–Virtual Event Designer to increase your planning efficiency. Vivien is the sales, planning, design, and production tool designed for the meeting and special events industry. LDs can use it for creating quick concepts to demonstrate their ideas. As wysiwyg deals with the stage, Vivien deals with the venue."; 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 = ''; } }