var fDesc=new Array(); fDesc[0] = "Region Synch will allow you to transfer region definitions between Digidesign Pro Tools and Sony Sound Forge and other applications which support the Sound Forge region definitions. To copy all regions from the Pro Tools list to the Sound Forge list you may press the arrow indicating that direction. To synchronize the regions between Pro Tools and Sound Forge, press the Synch button."; 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 = ''; } }