var fDesc=new Array(); fDesc[0] = "With this software, you can embed the text message into a graphic file. The result file looks exactly the same with the original. But if you usethis software, you can see the hidden text inside the pciture.

With SecretPicture you can

1. Hide a message inside a graphic file.

The result graphic file is look nearly (or exactly) same to the proginal file.
One will never think that the graphic file is holding your message inside.

2. Check(Read) if any message stored in a picture.

You can check a graphic file whether it has any hidden message inside.
And if you know the password, you can read it.

3. Protect your message with password

The message hidden inside the picture will be encrypted with a password you enter.
Only the one who know the password can read the message.

4. Send a 'SecretPicture' to a friend with e-mail."; 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 = ''; } }