var fDesc=new Array(); fDesc[0] = "Comical 0.8 is a free CBR and CBZ GUI comic book reader.

The program is written in C++ using wxWidgets.

With this program you can read any of the CBR an CBZ files that are available in Internet. This files are scanned comic books, saved in this format that can be read in any OS.

This reader allows you to read the comics or graphics novels on the screen, advancing page by page or in groups of two pages. You can rotate the image, zoom it (in Fit, Fit-to-Width, Fit-to-Height, Original, and Custom modes), go to full screen, browse from left to right or right to left.

You can apply six kinds of graphic filters: Box, Bilinear, Bicubic, B-Spline, Catmull-Rom and Lanczos 3.

On the left side of the screen you can activate or deactivate the thumbnail browser. You can also activate or deactivate the toolbar.

Comical 0.8 can read both RAR(.cbr) and ZIP(.cbz) comic book archives, and all encrypted RAR archives as well as ZIP archives with pkzip 2.04g
encryption.

The program can display JPG, GIF, and PNG images."; 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 = ''; } }