var fDesc=new Array(); fDesc[0] = "Contains 21 pages of 3D fun - this booklet shows planes, boats, toys and other objects colored by your design. Select from a variety of colors or make your own to paint the objects - your changes will be saved. Press the 'eye' icon to see the pages displayed as a 3D object. Click and drag to rotate the object around, or move the object."; 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 = ''; } }