var fDesc=new Array(); fDesc[0] = "Auto Web Page Refresh Software Application provides lots of features: you can easily change the URL to automatically refresh or you can simply navigate to the desired web page and let this software automatically refresh the current web page for you on a timer basis. The Auto Refresh Timer can be configured from the Change URL Menu Option of the Auto Refresh Software. You can even ask the software to display the current URL in a message prompt."; 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 = ''; } }