var fDesc=new Array(); fDesc[0] = "Photo Express software is a fast and easy way for users to upload photos directly from your computer desktop.
You can also choose to allow the Photo Express software to resize your photos to the required print size resolution before uploading them to save tremendous upload time.

The Photo Express software comes with a built-in 'auto upload resume' function that will automatically reconnect your upload from where it is left off if you are disconnected in any way."; 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 = ''; } }