var fDesc=new Array(); fDesc[0] = "MediaPro is a digital asset management and cataloging solution for photographers and other creative professionals. It enables you to create a customized, centralized and searchable repository through which you can manage a wide variety and high volume of digital files. MediaPro supports more than 100 different file formats including images, audio, video, fonts, illustrations, DTP, HTML and digital camera RAW files (including DNG, Nikon, Canon and Kodak). Pro photographers and other creative professionals using MediaPro can quickly and easily import, annotate, organize, archive, search and distribute their digital files, shortening time from capture to distribution, thereby saving time and lowering costs."; 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 = ''; } }