var fDesc=new Array(); fDesc[0] = "With WeeScreens, you can view multiple pages of search engine results in one browser window. In fact, you can review up to five pages of search results at one time. Not only does this reduce the amount of time you spend searching the Internet, it also ensures the results of your search are relevant to you. In addition, the unique layout of the WeeScreens results page saves you time. By clicking on any of the search results, that page will open within the column, allowing you to preview the information. If you wish to view the link more closely, simply double click the link and a new window will open with the Web site in it. If you want to return to the search results instead of double clicking the link, select the "Back" button."; 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 = ''; } }