var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to print multiple websites without opening each one. The user simply adds the required URLs or loads them form a file before choosing the required printer for the drop down. There is an option to pause for a user specified number of seconds between each printing and a button for loading sample files to test the software. With this time saving software, a large number of web sites files can be printed with one click."; 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 = ''; } }