var fDesc=new Array();
fDesc[0] = "With MacGadger Alpha Release, you can Emulate the Mac OSX Volume Bezel and lots of more notify Stuffs like CD/DVD Ejection Control , Brightness Control , Hardware Notification , Battery Notifications , Visualize Volume Channels Output on Screen , Controls Power Features like Turn Off Monitor , Power Off PC etc.
Controls Volume , Brightness Controls , Power Mode Switcher, Battery/Power Notifications , CD/DVD Ejection and everything with Customizable Global Hotkeys with Fully Skinnable Engine.
SYSTEM REQUIREMENTS:
Windows XP , Vista , 7";
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 = '';
}
}