var fDesc=new Array(); fDesc[0] = "Video Glue is an editor for video graphics workstation. The Storyboard is the primary editing window of VideoGlue. This is where Scenes are arranged using traditional Nonlinear Editing techniques. The Storyboard is the document/ Project. Closing the Storyboard closes the Project. If the Project is ‘dirty’ and has not been saved the Save Changes alert is presented."; 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 = ''; } }