var fDesc=new Array(); fDesc[0] = "Firegraphic is an all-in-one photo viewer for serious photographers and people at work. You can easily import, view, organize, edit, print and share your photos. With just a few clicks, you can turn your photos into wallet sized or 4 x 6 prints, print contact sheets of your photos for future reference, or quickly arrange photos to print in different sizes on a page with the pre-designed templates. Simply select the photos you want to print and choose the photo print size, Firegraphic will automatically arrange maximum number of photos possible on one page, and you'll see how your printouts look like instantly."; 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 = ''; } }