var fDesc=new Array(); fDesc[0] = "SwPublish creates archive files of 3D content in SW3D format for display on a web page using the SwirlX3D plug-ins. The SW3D is a binary format based on VRML and X3D. The archive file contains both the basic 3D scene, and any support files such as image files, ExternProtos and sub scenes in Inline or Anchor files."; 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 = ''; } }