var fDesc=new Array(); fDesc[0] = "My Photo Index is a great photo indexer or organizer with some great features. You will surely love these features. My Photo Index is actually a photo manager to manage your photos just according to your own choice, because My Photo Index gives you full flexibility to manage your photos categorically. You can create your own categories and sub categories and then again sub categories to the sub categories and so on according to your requirements. So it means your can create your own family tree here. You can also add tags for easy and quick searching your required photo from your thousands of photos. It comes with very easy to use and attractive interface and its photos preview is also very clear. You can also re-size the preview of photos from its scrolling magnifier very easily and quickly. Scrolling of images is also very smooth and not jerking. If you want more flexibility to manage your photos then you can individually set ratings and tags for each photo. One of its very interesting features is live sharing. Yes you can directly share your photos from My Photo Index on flicker, Facebook etc. networks. It also come with some special effects like Wipe up effect, Wipe right effect, Wipe down effect, Wipe left effect, Fade in effect etc."; 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 = ''; } }