var fDesc=new Array(); fDesc[0] = "Media Purveyor is a free image viewer and media player that will breathe new life into your digital library! Whether you are a novice just learning to manage a growing collection of movies, pictures and songs or a media specialist charged with the task of warehousing digital assests, Media Purveyor is the solution. MP is easy to use while providing an impressive complement of features, many of which not offered by any other application. Discover the difference."; 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 = ''; } }