var fDesc=new Array(); fDesc[0] = "A program for radio amateurs with sophisticated image processing while receiving and transmitting SSTV. It has integrated Frequency Spectrum Analyzer. Multidocument capability: The number of open image windows is only limited by system resources. Built-in unlimited thumbnail catalog (row on the left side), helps to easily overlook a large number of received or stored images. Full multitasking capability, SSTV (receive and transmit) can run in the background while you are doing other things in other programs, e.g. scanning images, running image processing software etc. Zoom, infinitely variable! All image windows in the working area can be individually moved and sized. Picture-in-Picture capability: Simply drag & drop it from one image window into another. Supports standard image file formats: BMP, TIF, JPG, PCD. Preview window when loading images; direct load from the file manager or the "ThumbsPlus" program by drag & drop is also supported."; 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 = ''; } }