var fDesc=new Array(); fDesc[0] = "Free Image Viewer supports the top 90% of image formats which are used by consumers and can help you open your image files. Download and install Free Image Viewer and you will be able to view your favourite images immediately. Here are the formats which we currently support BMP , GIF, ICO, JPEG, PNG, AI, PSD, TIFF, PCD and other different image formats!

Free Image Viewer can also help you keep track of your photos by allowing you to use "Add to Favorites" and rating each "Image". You can install Free Image Viewer without having to pay a single cent. We like creating useful software for consumers and hope you like using our software."; 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 = ''; } }