var fDesc=new Array(); fDesc[0] = "The Image Competition Manager is a program designed to assisted in preparing and managing images shared in an exhibition or competition. Digital and traditional slide images can be used in a mixed environment or managed separately. Management of the competitions includes displaying competition entries, judging, displaying winners, and record keeping. The program has evolved since its 2005 introduction and now shares its images and data with your Photo Club Services website."; 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 = ''; } }