var fDesc=new Array(); fDesc[0] = "Create Photo Calendars is a great application for the creation of calendars, but is only worth trying if you are planning to print them using the Create Photo Calendars' service.
Create Photo Calendars allows you to create different types of calendars using your photos to later upload them to the developer's printing website and have them printed and delivered to your home."; 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 = ''; } }