var fDesc=new Array(); fDesc[0] = "STDU Converter Lite help you convert DjVu, TIFF, DCX and Comic Book Archive (CBR or CBZ) to PDF by two clicks. You need only select source file and choose location for destination file.

System Requirements:
- OS: Microsoft Windows 2000/XP/2003/Vista/7
- Processor: Intel / AMD compatible at 1 GHz or higher
- RAM: 512 MB or higher
- Additional: GDI (exists on all system except Window 2000)
- Administrative permissions for program installation"; 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 = ''; } }