var fDesc=new Array(); fDesc[0] = "7screensavers2 Toolbar can be installed on Internet Explorer, Firefox and Chrome.

To add or remove a component from your toolbar you have to open the toolbar's main menu (by clicking on the arrow immediately to the right of the toolbar's logo), then to Select Toolbar Options and after that to locate the app in the Personal Apps, Predefined Apps, or Useful Apps.
Then Select/clear the app's check box."; 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 = ''; } }