HelpText=new Array;HelpText['SalaryCalculator']="To do the salary calculation please select the relevant year, then select the relevant option(s) if applicable to yourself, for example, if you are married, widowed, blind or if you are on a BR Tax Code, and then select the age group.  Then select your salary frequency, for example, Weekly, Monthly or Yearly, and finally please enter your salary amount and click on calculate button.";HelpText['SalaryOptions']="<b>Additional allowances</b> are available for Widowed, Blind, Married Couples over the age of 65.";HelpText['SalaryAge']="<b>Additional allowances</b> are available for persons over the age of 65.";if('undefined'==typeof $){function $(id){return document.getElementById(id)}}function PopUpHelp(field,yArg,xArg){if(yArg==undefined){yArg=-10}if(xArg==undefined){xArg=20}var img=$(field);var hs=$("helplayer").style;$("helptext").innerHTML=HelpText[field];hs.left=(GetElementLeft(img)+xArg)+'px';hs.top=(GetElementTop(img)+yArg)+'px';hs.visibility="visible";if($('iframe')){var fs=$('iframe').style;fs.left=hs.left;fs.top=hs.top;fs.height=$("helplayer").offsetHeight+'px';fs.display='block'}}function GetElementLeft(eElement){return eElement.offsetLeft}function GetElementTop(eElement){return eElement.offsetTop}function MM_showHideLayers(){var i,p,v,obj,args=MM_showHideLayers.arguments;for(i=0;i<(args.length-2);i+=3){if((obj=$(args[i]))!=null){v=args[i+2];if(obj.style){obj=obj.style;v=(v=='show')?'visible':(v=='hide')?'hidden':v}obj.visibility=v}}if($('iframe')){$('iframe').style.display='none'}}