var fDesc=new Array(); fDesc[0] = "Assemble stunning images featuring awe-inspiring vistas of desert landscapes from around the world in this amazing collection of jigsaws. With more than 500 pieces, your choice of shapes, and 50 full-color images, the possibilities are endless. Don't forget to bring along some water; once you start this expedition you won't want to stop!"; 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 = ''; } }