var fDesc=new Array(); fDesc[0] = "Instant Gallery Maker makes it easy to create professional-looking online photo albums with a few mouse clicks! Just add your images to the list, click a few buttons and watch your new web gallery come alive! All the galleries created with Instant Gallery Maker are ready to be published on the web, so you can immediately upload them to your website. Share your family, vacation, personal and other photo albums 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 = ''; } }