var fDesc=new Array(); fDesc[0] = "Album Xpress is Fastest Tool to design exclusive auto album using 500 inbuilt & 1000+ free downloadable templates. Wide choice of Décor like backgrounds, frames, masks, shapes, Titles, presets make decoration of album easy & attractive. Apart from basic Photo colour correction, Advance editing tools like Inbuilt Filters, Lasso, Touchup & Highlighter. Auto Album Save & Recovery comes handy in case of Power failure or System malfunctioning."; 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 = ''; } }