var fDesc=new Array(); fDesc[2] = "is available for direct downloading and is available in several languages. It is a program to make photo printing very easy and quick. It supports TIFF,JPEG,PIC,BMP and RAW images."; fDesc[3] = "from anywhere in our computer directory, decide which size is best, choose an e-mail program and go, then automatically the e-mail program opens in the form of a new message with the attached file in it."; fDesc[5] = "or even retouch them.Photos can be uploaded from any photo capturing device be it a scanner or a camera or any other device.Photos can be printed or even sent to fax."; fDesc[6] = "necessary adjustment to the document and preview it before printing (up to 20 copies without the need of any other application)."; fDesc[7] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all."; fDesc[8] = "operative system: Windows 98, Windows XP, Windows 2000, Windows ME. It can be downloaded directly from the developer's website and it is very easy to install"; fDesc[12] = ", at a basic level, images or photos with different layouts. We can add more features to this utility by combining it with other Epson programs. It runs under Windows XP, Me, 98, 95&2000, Mac OS 8.1 to 9.X and Mac OS X 10.2 or later."; fDesc[13] = "it be cool if you could have all those necessary tools grouped in just one simple suite? Movavi VideoSuite is exactly that, a complete video suite where you will find six essential tools to work with videos on your PC."; fDesc[14] = "time. This application supports a lot of video and audio formats, including MP4, MPEG, VOB, AVI, DIVX, XVID, MPG, RM, FLV, 3GP, 3G2, IFO and many more."; fDesc[15] = "unprotected DVDs as well as video to portable media player which supports WMV and MP4 video format. It features ready-made presets that can help in conversion of video and unprotected DVD to iPod, iPhone, Zune, PSP, Epson, BlackBerry, Pocket PCs, Archos, Creative Zen etc."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }