var fDesc=new Array(); fDesc[0] = "If you’ve just created an ePub and now you want to make a small change, the normal approach is to rename the file with a “zip” extension, extract the contents, make the change, and then repackage the contents. Fortunately, there’s a better way, but I’m not sure if it’s been mentioned. It’s from the Mars Project over on Adobe Labs, and it’s called the “PDFXML Inspector”."; 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 = ''; } }