var fDesc=new Array(); fDesc[0] = "Final Draft AV for dual-column scriptwriting has arrived! Writers can now concentrate on content and not have to worry about aligning and formatting Video and Audio script columns. Final Draft AV is the only dedicated word processor specifically designed for writing dual-column scripts. Final Draft AV lines up multiple audio/video columns automatically and keeps them aligned when text is added, edited or deleted. When text is added to a video paragraph the matching paragraph in the audio column automatically stays with it. There is no need to use text boxes or tables, or third-party formatting software. In addition, scripts previously created in other word-processing programs can easily be converted into professionally formatted, dual column scripts."; 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 = ''; } }