var fDesc=new Array(); fDesc[0] = "Astatix Launcher is a program designed for a quick start of applications and documents. Also, Astatix Launcher allows the user to perform some special functions, and also to adjust performing of the special operations by pressing hotkeys.

One of additional possibilities is the Winamp control. You can use any hotkeys and control of Winamp anytime even you are playing full-screen games like Quake or Counter Strike.

Astatix Launcher differs from other related software by a unique and handy interface. This program contains many ways of adjusting the program to the user's taste."; 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 = ''; } }