var fDesc=new Array();
fDesc[0] = "Erase Photo Background on Windows/Mac Computer
Awesome automatic software enables you to make background transparent for free.
Instantly remove your images/photos background based on artificial intelligent technology.
Cut out persons, human faces, objects from a photo and make the background transparent.
Small in size. Less than 3mb for both Win installer and Mac installer.
Fully compatible with the newest Windows 7/8/10/Vista/Xp & Mac OS X system
Support batch process. Save you time.
Easy to get started and 100% free.";
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 = '';
}
}