var fDesc=new Array(); fDesc[0] = "Jigsaw Puzzle Women's Day provides a collection of colorful spring jigsaw puzzles. You can visit a fashionable photo session, look through a cute family album, enjoy all kinds of hobbies, admire the beauty of spring nature and discover the secrets of culinary masterpieces. Each puzzle can be modified as you wish; you can turn an easy puzzle of 12 pieces to a complicated one with more than 200 pieces."; 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 = ''; } }