var fDesc=new Array(); fDesc[0] = "Everybody can work with PERFECT ALBUM Designer software. It is self-explanatory but offers many help features as well. After you have downloaded our software, you can create a new album by simply selecting the album of your choice. After uploading the images you would like to use, you can either select the auto-flow option, which automatically builds your photo album using the pictures you have decided to use, placing them into pre-set page layouts. If you want to take full control, you can drag and drop your images one by one, change backgrounds, use frames or masks, add texts, scrap book items etc. It is as easy as 1-2-3."; 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 = ''; } }