var fDesc=new Array();
fDesc[0] = "Photobase is a computer program to archive, retrieve, present and print images in a quick and easy way. The system is a unique combination of technologies, consisting of a powerful database with full integration of images.
Photobase is a unique software package with the following advantages:
-Photobase is suitable for all types of image and document archiving.
-Photos, slides, drawings, deeds, etc. and even moving images can be archived in Photobase without any trouble. In Photobase Document Edition also Adobe Acrobat files can be archived.
-Photobase has proven itself over the years in many cases, for both small personal photo archives and very large (national) archives.
-Photobase is a standard software package, providing maximum functionality, flexibility and solidity and yet a low price.
-User-friendly, no long training days required. You can immediately get to work with Photobase.";
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 = '';
}
}