// JavaScript Document

 var text1 = ("With no additional transaction fees")
 var text2 = ("1-5 working days depending on time of transaction and the respective bank")
 var text3 = ("3-7 working days depending on time of transaction and the respective bank")
 var text4 = ("3-7 working days")
 var text5 = ("7-14 working days") 
 function  tooltipText(eRef) {
   var A1= "text";
   A11='ToolTip text: '+A1+' '
   document.getElementById("tf1").value = A11
   return A11;
}
