var fDesc=new Array(); fDesc[0] = "Dwyco PowerBrowse lets you view your saved CDC32 and ICUII messages in a quick and easy to use browser format. Features at a glance: thumbnail views of all messages that have video or picture, ability to play messages either in thumbnail format or in large (or zoomed) format, message index that lets you see what types of media are associated with each message: audio only, video only, picture, etc. simple message filtering so you can choose not to display messages with only text.
PowerBrowse is an add-on that works independently of your video program."; 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 = ''; } }