var fDesc=new Array(); fDesc[0] = "The PhotoMagiXX Formating Software is used to place your photos and text into the correct positions to print on the various Xerox Image Solutions Paper. The PhotoMagiXX Formating Software takes you through the creation of a project – step-by-step and then printed on the appropriate Xerox Image Solutions Paper. A completed project can be saved to be used again, or it can be changed and saved with a different name. This is the suggested method to use if you have several projects with similar images or text as you can selectively replace any photo or text."; 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 = ''; } }