var fDesc=new Array(); fDesc[0] = "Preservation Calculator for Photo Storage is a special version of Preservation Calculator designed for planning or evaluating storage conditions specifically for photographic objects, including negatives, prints, and photo albums. Use it to make informed decisions on where and where not to store photos. Prevent damage from mold, rapid fading, stickiness, or other environment-related problems by understanding the effects of temperature and humidity on photographic objects"; 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 = ''; } }