var fDesc=new Array(); fDesc[0] = "Photo Frame Show is an imaging software that can turn any ordinary photo into an impressive creation in a couple of clicks. Create wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos.

You can choose any frame from more than 7 categories like Miscellaneous, Shapes, Season, Sports, Emotions, Classical and Occasions. Every category has it's sub-category like sports has Soccer, Baseball and Basketball. "Occasions" category has two subcategories: Birthday and Anniversary. Photo Frame Show has frames for every kind of interests. If you haven't got what you want in your frame, you can download it from the official website for free.

Key features:
- Add a beautiful frame to any of your photos with single click.
- Resize any frame or your photo for best fit.
- Rotate your photo or a frame for stylish effects using rotation tool.
- Get frames related to your hobby or occasions.
- Very good picture quality and 3D frame effects."; 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 = ''; } }