var fDesc=new Array(); fDesc[0] = "Photo to FlashBook provides page Sliding effect which is getting more and more popular among professional photographers, designers as well as photography amateurs who present their photo works online. With using Photo to FlashBook, you can create stunning online photo albums from your photo collections, and then enjoy the fresh and amazing view of a realistic photo album to share with your friends."; 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 = ''; } }