var fDesc=new Array(); fDesc[0] = "SnowFox Photo Collage Maker is a fun and easy-to-use program for making photo collages and digital pictures scrapbooks from your digital pictures to share with friends, family and website. This Photo Collage Maker provides different collage styles to make your own collage for desktop wallpapers, posters, wedding invitations, personalized avatar, making photo album, sharing them on facebook, myspace. Or print beautiful collages as a special gift."; 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 = ''; } }