var fDesc=new Array(); fDesc[0] = "Photocreator is a tool which helps you create your own work of art, in your own time and on your own terms. Photocreator software allows complete flexibility in how you use your images.

This program allows you personalize your pictures in any way you want. After you finish editing your pictures, you have the option to order the printed version of your files, and do the payment by Paypal. Once your order is processed, you will receive the final version of your work."; 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 = ''; } }