var fDesc=new Array(); fDesc[0] = "STDU Explorer is a piece of software that offers you the opportunity to work with image files (support psd, bmp, png, gif, jpeg, wmf formats) and e-books in DjVu, PDF, XPS, CBR and CBZ formats. This application helps you quickly view and find books or image files.

STDU Explorer supports standard operations such as moving, copying, pasting, renaming, deleting, etc.
But its possibilities are much wider:
there is extended representation of files list, with adjustable thumbnails size;
fast preview any page of multipage documents; fast access to a tree of bookmarks in PDF, XPS or DjVu files.

This features make STDU Explorer one of the best software for work with images and documents.

Very important: STDU Explorer is free for non-commercial uses."; 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 = ''; } }