var fDesc=new Array(); fDesc[0] = "An alternative for Windows master playback Volume Control.

Main features:

- PVC is Graphical.

- Volume level is displayed in numbers : (Min=0 Max=100)

- A Real Pepsi Pouring Wave file for Sound Testing.

- Window on Top : Unlike windows Volume control you can keep PVC Volume Controller window on top of all windows.

- Visibility : When you click out side of windows Volume control it disappears. But PVC's Volume Controller remain active until you close it.

- Animated controller window.

- Buttons to launch Windows ‘Volume Control' and Windows Adjust ‘Audio Properties'.

- Drag and Drop."; 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 = ''; } }