var fDesc=new Array(); fDesc[0] = "Vallen JPegger is the international, handy, and full featured image viewer, which shouldn't be missing on any PC. Now in 27 different languages including full Unicode language and file support. It is designed for large image libraries with thousands of files. This little power pack reads 40 different image file formats, supports lossless JPEG rotation and includes an unique MP3 Organizer including a simple player: MP3 files are categorized according their MP3 tag information into artist, genre and album in a comfortable tree structure. Great for larger music archives."; 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 = ''; } }