var fDesc=new Array(); fDesc[0] = "Profile Picture Genius 1.0 is a freeware utility by Lonking Software, LLC. It is available for downloading directly from the developer’s website. Its size is rather small, so it downloads very quickly and can stored in our computer, or any portable devices, such as memory card, USB stick, and so on. We can install it at a click of a button and it is so simple that anybody can use it. Profile Picture Genius can take a specified portion of a selected image, and use it as an avatar for any forum or IM. It supports input image files with the following name extensions: PNG/PSP/CUT/GIF/PCD/PIC/CEL/PBM/PGM/PPM/PDD/PSD/BM/RGB/RGBA/SGI/RLA/RPF/SCR/PCC/PCX/EPS/FAX/TIFF/TIF/ICB/TGA/VDA/VST. From the Main Window, we select an image, which can be stored anywhere within our computer, external or removable device. Next, we can choose a forum or IM from the list, such as MySpace, MSN, Skype, Flickr, YouTube, Blogger, phpBB forum, Vbulletin Forum and IPB Forum, and select the width and height in pixels. Then, we can preview, resize, and save it. It runs under Windows 9x, NT, 2000, ME, XP, 2003 Server and Vista operating systems."; 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 = ''; } }