var fDesc=new Array(); fDesc[0] = "Fixed bugs with synchronization. Updated UI to support the BlackBerry Bold.Better performance with long lists.New application icon. Added Find tool for looking up items in longer lists.New touch screen friendly UI for Storm devices. Updated UI elements to work better on high resolution devices.Support for BlackBerry OS 6.Fixed an issue where menus where not highlighting on some devices"; 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 = ''; } }