var fDesc=new Array(); fDesc[0] = "ImageKeep Express can help you to organize your digital image files by storing your images in a special database called an ImageBase, associating user defined properties (such as a description, who the photographer was, when the image was taken and more) with each image, and providing sophisticated indexing and querying capabilities."; 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 = ''; } }