function loadFaqs(i)
{
i = Number(i)
var imgCaption=new Array(5)
     imgCaption[0]="Click the questions on the left hand side to load the answer.";
     imgCaption[1]="CheckSaves does not have any weekly, monthly or annual membership or subscription costs.<br>For every check that we send on your behalf, we will charge you between $1.00 and $1.25, regardless of the check value that you write. The large proportion of this charge is the mailing cost and security checks.";
     imgCaption[2]="No, CheckSavers is acknowledged by all the banks in the US. You can write checks from any of your accounts simply by declaring the bank account details into your profile. If you have more than one bank account, then you can manage your finances effectively by making payments directly from the bank account that you select.";  
     imgCaption[3]="You can make payment to everyone that you currently write a check to. CheckSavers is acknowledged by all the banks in the USA.";  
     imgCaption[4]="CheckSavers Checks are mailed through the US postal service so allow at least a day for this. Otherwise, payments are despatched on the day that you asked for the payment to be sent.";  

     var titleCaption=new Array(5)
     titleCaption[0]="Finding Answers";
     titleCaption[1]="I want to use CheckSavers for business use. What will the system cost?";    
     titleCaption[2]="Do I need any special bank accounts to create a CheckSavers Account?";     
     titleCaption[3]="Who can accept a CheckSavers Payment?";     
     titleCaption[4]="How Long does it take for payment to reach the payee?";     

     var getCaption = imgCaption[i]+""
     var getTitle = titleCaption[i]+""
	 document.getElementById('boldStuff').innerHTML = getCaption;
	 document.getElementById('boldStuff2').innerHTML = getTitle;
	
	
}
