var fDesc=new Array();
fDesc[0] = "gPhotoShow is a 32 bit screen saver that turns your favorite image files into a unique personal Screen Saver slideshow, complete with transition effects. gPhotoShow is ideal for displaying your favorite image files from your collection or even use it to create a corporate logo Screen Saver for your Company. Features : - Several transition effects - Image formats : BMP, JPG, GIF, PNG - Works on both 256 color and True Color displays - Configurable delay between images - Automatically resizes your images - Plays your favorite music during slide show - - Sound formats: MID, WAV, MP3 - Multi monitor support in Windows 98 and Windows 2000 - Password protection - Easy install / uninstall";
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 = '';
}
}