var fDesc=new Array();
fDesc[0] = "Smart fast and easy album creation tool.
Inbuilt album configurations & flexibility to choose or create album size.
Automatic Album creation in multiple styles.
14000+ layouts and 600+ Templates makes Page composition faster.
Inbuilt decors like backgrounds, frames/ borders, masks, cliparts helps you to make page composition attractive.
Inbuilt photo editing like BCG, RGB, Levels & Curves
Advance editing like Lasso, Chroma, highlighter, touchup.
Onboard Photo filters colorize, blur, shadow,opacity, blend,
Output to JPG , PDF, PSD* and as eAlbum";
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 = '';
}
}