var fDesc=new Array(); fDesc[0] = "UBS Pay is a free offline payment entry software for Windows users.
This exclusive software from UBS allows you to enter and manage your payments without connecting to the Internet. UBS Pay helps you, for example, when entering payments abroad so that you select the most cost-efficient order type. Payment orders are then sent collectively to UBS via UBS e-banking in just a fraction of the time it takes to enter them directly online. With a user-friendly graphical interface, archiving and analysis functions, you can call up all your executed payments and beneficiaries' details at any time. Unauthorized third parties are not able to manipulate your data because it is stored on your hard drive in encrypted form. A number of export options make transferring your data to MS Excel and MS Money as easy as can be."; 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 = ''; } }