var fDesc=new Array();
fDesc[0] = "Give your photos a complete makeover – Regardless of the picture quality, in each selfie you take you will look amazing.
Automatically soften skin, remove imperfections and make up naturally with an array of tools: Winkle Remover, Blemish Remover, Photo Reshaping, Teeth Whitening, Red-eye Remover, Eye Tint, Blush, Lip Tint and more.
Fotor is loaded with powerful, easy-to-use editing tools to help you make all your photos look amazing!
100+ different layout options available to help you get just the look you want. Adjust patterns, colors, and more for that finishing touch. Don't like rules? Put your photos anywhere you want in Freestyle mode.
Process masses of photos at one time to save your time and effort.
Unleash your creative imagination using a combination of clear focus and selective blurring. You have two modes to choose from -- Circle and Tilt-Shift -- giving your images the depth-of-field normally seen on professional-grade DSLR cameras only.
Become a visual master and mix effects, borders and text in a style that's completely your own.
Supports the import and export of a wide range of image formats, including TIFF, JPEG, and PNG, plus conversion functionality for RAW files.
Most photos are not taken in a controlled environment and there are times when you don’t have time to adjust the settings on your camera as conditions change. Depending on the conditions, 14 different 1-Tap Enhance "Scenes" intelligently touch-up your photos.";
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 = '';
}
}