var fDesc=new Array(); fDesc[0] = "123 PopUp Maker is a software which allows you to make Popup windows for your webpages in an easy way, it will create all the needed code for you.
Choose size and position of your javascript popup, or even full screen size.
Choose the event which will open your popup window: on page load, when a link or image is clicked or other."; 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 = ''; } }