var fDesc=new Array(); fDesc[0] = "The fotoQuote Pro photography pricing guide is our biggest upgrade in the almost twenty years since the original version of our photo pricing calcuator was written. We’ve added 86 new categories bringing the total to 304. The latest photo pricing guide now includes both still and video stock footage categories, assignment pricing, thumbnails, international currency and much more."; 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 = ''; } }