var fDesc=new Array(); fDesc[0] = "System Control is a sleek gadget that gives you basic system functions like shutdown, restart, lock, task manager, run, standby, logoff, and more

Features

Easy To Use Interface
12 Different Functions: Shutdown, Restart, Lock, Switch User, Task Manager, Sleep, Run, LogOff, Command Prompt, Hibernate (Hybrid Sleep), Control Panel, and Screensaver
10 different Themes
Lock Button To Toggle Buttons On and Off
Buttons Can Be Re-Ordered, Disabled / Enabled
3 Sizes: Small (3 Buttons), Medium (6 Buttons) and Large (12 Buttons)
Adaptive button layouts (ie. Small size with 4 enabled buttons will only display 4 buttons, no arrows)
5 Different Button Styles
Command Timer With Days, Hours, and Minutes Settings"; 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 = ''; } }