var fDesc=new Array(); fDesc[0] = "PopMaker is a code generator that takes the drudgery out of reliably making popup window code. But it does more than just make the code -- it also opens and tests the window, live, so you can see the results as you work. No more endlessly revising popup window code to get the fit and features just right, and no more sitting there at three in the morning trying to figure out where you missed a comma or blew a quote mark. Veteran coders will appreciate PopUp Maker as a great time-saver; but it was designed with newcomers to JavaScript coding in mind, too, to automatically create solid, flexible, cross-browser code."; 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 = ''; } }