var fDesc=new Array(); fDesc[0] = "Sony Ericsson Image Editor is free software that lets you crop, zoom, rotate and adjust color, contrast and brightness settings for many PC image file formats, and send the resulting image directly to your phone. Modem drivers for Sony Ericsson phones (included in this package to make IR communication easier with T68 and T300 on XP (XP will look for a modem to install when the phone is placed at the IR eye and this will happen everytime if no modem is found))"; 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 = ''; } }