var fDesc=new Array(); fDesc[0] = "Media Editor is Optec Media’s content creation software for RGB displays. The latest version ME3 was designed with a new interface and a new host of features to provide the highest quality display content software available to date.

The full featured graphical user interface makes creating graphics files simple with features such as timeline effects, pop-up menus, and frame templates. ME3 is both powerful and simplistic, requiring a short learning curve to transition from basic movies to utilizing advanced concepts.

Presentation of your advertisements is controlled through ME3’s powerful scheduling software."; 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 = ''; } }