var fDesc=new Array(); fDesc[0] = "Yaldex PopUp is the most powerful application for creation popup windows, includes dozens adjusted tools and additional scripts.
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"; 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 = ''; } }