var fDesc=new Array(); fDesc[0] = "Family Picture Calendar - Enter Events and Pictures Once.... Print Beautiful Customized Calendars for Years to Come. Hang your calendar on the Frig or give them as gifts to family and friends. Support for International dates and language translation. True print preview, event and background pictures. Save finished calendar to picture file. Export formatted calendar data to Palm, Yahoo web calendar and Microsoft Outlook. Apply personal preferences using Style Sets. Support for multiple paper sizes. Powerful multi-date scheduler. Preview with desktop icon."; 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 = ''; } }