var fDesc=new Array(); fDesc[0] = "SeeHere Desktop is a free app that allows you to manage your photos and create prints, posters, and photo books even when you’re not online. It’s easy and fun.
SeeHere Desktop contains nearly all of the product creation features that are found on SeeHere.com.
In addition you can save your products and orders to your PC for easy re-ordering at a later time."; 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 = ''; } }