var fDesc=new Array(); fDesc[0] = "Photogather is a digital album software which can be used to scan ,organize and edit pictures.
It is a full solution for photography.
With this digital album kit, you can organize your digital photo, retouch the image, add voice or text tag to them. You can even create HTML album with it.
Requirements:
- Windows 95,Windows98,Windows 2000 or Windows NT"; 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 = ''; } }