var fDesc=new Array(); fDesc[0] = "Programs - Can be accessed by name or type, and are displayed using the “large” icons to help you find them more easily.
Search engines - Use the predefined searches to quickly find what you are looking for, or easily create your own custom searches.
Web sites - Simple and fast way to go to a site. No need to type “http”, “www” or even “.com”. And once you’ve been to a site, you only need to type a few letters to get to it the next time.
Documents - Quick access to anything in “My Documents”.
Favorites/Bookmarks - Access all your favorites or bookmarks from multiple browsers in one place.
Fast Launch - Keep your most used programs readily available with automatically assigned shortcuts.
Shutdown - Access all options from one dialog. (Shutdown, Restart, Stand-by, Hibernate, Log Off or Switch User)"; 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 = ''; } }