var fDesc=new Array(); fDesc[0] = "Fotosaver stores an almost unlimited number of photos--each with a title and text--in a FotoAlbum. The FotoAlbum can make two- and three-level Web sites with text; prints huge posters. FotoAlbums can be encrypted and sent our private FTP, including attachments of any file type. It has unlimited keywords and several sorts. It resizes photos fast; has text that supports Unicode and can be in languages including Chinese, Japanese, Arabic, Hebrew, Russian, Scandinavian, and Korean. You can export and import to Microsoft Access"; 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 = ''; } }