append(doc, "BARCLAYS PC BANKING PERSONAL APPLICATION FORM")
setTextSize(doc, 9)
setTextStyle(doc, "italic")
append(doc, " " & RETURN & RETURN)
append(doc, "This application form is for applicants wishing to access only personal accounts using the Barclays PC Banking service. Please read the notes prior to completing and returning your application." & RETURN)
append(doc, "Please indicate below other accounts to which you require direct access and on which you will be able to raise entries on your PC." & RETURN & RETURN)
append(doc, "SORT CODE ACCOUNT NUMBER ACCOUNT NAME ACCOUNT TYPE" & RETURN)
setTextStyle(doc, "italic")
repeat with n = 1 to 9
append(doc, " | | | | * " & RETURN)
end repeat
append(doc, RETURN & "* For any joint account please tick to confirm that only one signature is required on cheques" & RETURN & RETURN & RETURN)
setTextStyle(doc, "normal")
setTextSize(doc, 10)
append(doc, "Please tick here if you would like a Barclays Instant savings Account to be opened [ ]" & RETURN)
setTextSize(doc, 16)
setTextStyle(doc, "bold")
append(doc, "BARCLAYS PC BANKING PERSONAL APPLICATION FORM")
append(doc, "In signing below, you are: 1. Applying to us, Barclays Bank PLC, for banking services including Barclays PC Banking. 2. Confirming that any details you have supplied are true and complete. 3. Authorising us to make credit references and other enquiries whenever you request any credit facilities, or if we wish to consider increasing your agreed limit or offering you other leading products. 4. Agreeing to accept the Personal Customer Terms and Conditions (March 1997) which contain your obligations to us and our obligations to you. These apply to all your present and future personal accounts with us. 5. You agree that if we or you terminate the PC Banking Service, you will return to us any software or equipment provided by us in connection with the service. If we need to revise the PC Banking service or software you will return, at our request, the software we have provided." & RETURN)
append(doc, RETURN & "Regulated by IMRO and the Personal Investment Authority. Barclays Bank PLC represents only the Barclays marketing Group for life assurance, pensions and unit trust business. Registered in England. Reg No: 1026167. Reg Office: 54 Lombard Street, London, EC3P 3AH." & RETURN)