var fDesc=new Array(); fDesc[0] = "You can turn any picture into little pieces of art by re-painting its bitmap from a text. Simply choose a text file and the target picture and press the button. Hide your text in a picture and send it to your loved one as a 'secret'
Just in case you're short of the right words.. message. Or simply create and print balloons from 'happy birthday' words."; 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 = ''; } }