var fDesc=new Array(); fDesc[0] = "This WYSIWYG (What You See Is What You Get) program generates HTML and JavaScript code to open a URL in a new (PopUp) window. You can specify the properties of the new window, including its size, attributes (whether it is resizable, has a menu bar, and so on), and name. For example, you can use it to open a larger image in a separate window when the visitor clicks a thumbnail image. With Free PopUp Maker you can make the new window with exact size of the image."; 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 = ''; } }