var fDesc=new Array(); fDesc[0] = "Advanced Photo Album Organizer is a digital photo album software that allows you to create, edit, organize and print digital family photo albums. It can generate a family photo album or an online photo album with thumbnails in seconds. Supports all kinds of image formats, such as GIF, JPG, JPEG, BMP, DIB, ICO, PCX, PNG, TGA, TIF, TIFF, WMF, etc."; 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 = ''; } }