var fDesc=new Array(); fDesc[0] = "Photo Vacuum assists in the initial download of photos from your digital camera. This program allows you to quickly view each shot and decide whether or not to import it. Photo Vacuum will then batch copy the files to your hard drive and optionally upload to Flickr."; 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 = ''; } }