var fDesc=new Array(); fDesc[0] = "Qlock allows you change the transparency for each clock window. There are 3 transparency settings, Low, Medium and High that give you full control on how opaque the clock windows appear on your desktop.

Designed for both business or home use, Qlock takes the world clock to a new level with more features, more settings and more control. Stay up to date with the latest times and news from around the world while you carry on working. Qlock fetches your most important news/stock/blog feeds and displays them in easy to read windows. Get daily FX rates for all major currency pairs straight to your desktop. Set Strike prices for each pair to help you keep on top of the market."; 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 = ''; } }