var fDesc=new Array(); fDesc[0] = "Jog Dial Navigator is a utility that makes it easy to use the Jog Dial feature of your Sony VAIO notebook computer. Simply turning or pressing the Jog Dial allows you to perform a variety of operations.

Jog Dial Navigator features the following functions: Normally, you can scroll the window currently displayed by spinning the Jog Dial (Scroll mode). You can use the Jog Dial to control certain aspects of software operation (Application mode). Using the Jog Dial Launcher software, you can start up software with the Jog Dial.

In this application, you can select the Sony applications, or others, that you want the Jog Dial™ to pilot; you can also configure the Jog Dial™ to start any application, establish a dial-up connection, or read an e-mail, simply by turning and pressing the Jog Dial™."; 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 = ''; } }