var fDesc=new Array();
fDesc[0] = "Resco Viewer displays your photos easily and quickly and its Slideshow offers fancy presentations of your albums.
Key Features
-Many image format support (jpg, gif, bmp, png, wbmp, ota, mbm, tiff/fax)
-Speed, speed, speed everywhere: Images, thumbnails, folders...
20,000 images in a folder? No problem.
-Best slideshow: True presentations combining images, music, text, effects
-Structured categories: Create your own world of folders and subfolders
-Comfortable viewer with zoom, pan and color adjusting
-True image editing (crop, scale, rotate, colors). Need to send a smaller image?
-Assigning images to contacts
-Superior image management taking care about the whole card
-Many image formats: Read faxes, watch animations, preview maps...
-Unique features such as encryption, histogram, Exif info";
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 = '';
}
}