var fDesc=new Array(); fDesc[0] = "MeetingMatrix™ 3D-VR Explorer 3D-VR was developed
so that the event planner and the customer can see, precisely, how their setup will look in the meeting space in 3D Virtual Reality.
Customize the room with your preferred setup, identify sight line problems, add staging, plants, or technical equipment and let your client see precisely how the room will look in 3D virtual reality."; 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 = ''; } }