var fDesc=new Array(); fDesc[0] = "The Meson Platform is a desktop application which allows users to view 3D content locally, without a live internet connection, and without a web browser. Kaon Advisor, Kaon 3D Catalog, and Kaon Web-Ready Product Models, all can be viewed using the Meson Platform. The platform includes Kaon's award-winning software 3D rendering engine, which will work on any Windows 2000 or later (including Vista), or Mac OS X 10.3 or later computer. Linux and Solaris/SunOS are also supported."; 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 = ''; } }