var fDesc=new Array(); fDesc[0] = "Lots of internet users regularly use forums on different sites and also create accounts in different communities and social networks on which they use images as an avatars. And using colorful and attractive images as avatar makes some impression on others. But you can not use any image of any size as avatar, because there is some limit on image file format and dimensions. Normally all forums or community sites only support popular file formats and smaller dimension files. Due to this reason a lots of persons look around on the internet for new readymade avatars. But if you want to create your own avatar from your selected images then you must require Avatar Sizer. Avatar Sizer is a small utility to create small images from large images so that these images could be used on forums, community sites or social network sites as avatar. It is not a simple image resizing utility. It is specially developed to create images for avatars. Here can create images from 1x1 pixels to 150x150 pixel sizes. During resizing of the images Avatar Sizer maintain the aspect ratio of the image. But presently it supports only BMP, JPG, GIF, WMF, EMF, ICO file formats. And it can save resulting image in JPG or GIF formats only."; 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 = ''; } }