var fDesc=new Array(); fDesc[0] = "X-Photos Guide is a program that creates puzzles and brain teaser games with your photos. This free game allows you to transform your photos into unique puzzles that you can send to your friends by e-mail. If your friends are capable of solving the puzzles, they will get your photos as a reward.

Complexity of puzzles can change from a preschool child to difficult for an adult."; 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 = ''; } }