var fDesc=new Array(); fDesc[0] = "The OrbitZoom picture viewer at http://orbitzoom.com provides easy multiple zoom and pan functionality. Simply click the picture and move your cursor radially in any direction to zoom to where you clicked. Click again when you are finished zooming. You can zoom again using the same technique or you can pan by clicking down and dragging. Double click to return to the full view. Read the Theory on the interface."; 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 = ''; } }