var fDesc=new Array(); fDesc[0] = "With the GSA Photo Manager the selection of your favourite photos is a breeze, whether for organizing slide shows or simply for viewing and selecting photos.
Make your choice - quickly and targeted - within an single scroll or switch to a multiple photo preview to make your decision by comparison (images can be rotated in both modes)."; 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 = ''; } }