var fDesc=new Array(); fDesc[0] = "ITWorx Prayer Times Gadget (which won the Microsoft's MDC 2007 Gadget Cup), helps you know the 5 Islamic Prayer times for the day. It can be customized for different cities around the world (you can even enter your city's coordinates if it isn't built in) , and is able to calculate prayer times using the various Islamic calculation methods. It also has the option of playing the Azan (Islamic Call of Prayer) when the time for the next prayer comes. The gadget has 3 modes: Docked (which displays the time for the next prayer and contains a countdown timer to show the time remaining), Undocked (which shows a small clock also displaying the next prayer and the time remaining for it) and Flyout which shows 5 clocks with an analog and digital display of the 5 prayers of the day."; 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 = ''; } }