var fDesc=new Array(); fDesc[0] = "Ultimate Unlocker is simple to use unlocking and service software for use with Sony Ericsson mobile phones. It works online and uses the standard cable for unlock that is provided with all new phones.

Ultimate Unlocker is the online unlock and service tool for Sony Ericsson phones. The tool comes in 2 different versions the first one the D version which is for customers who wish to unlock with just the cable. The CS version is for professional users with a cruiser 06 or 07 dongle."; 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 = ''; } }