--------------------------------------------------------------------------------
        Tags for fields extracted from the phone book "Name:" string
--------------------------------------------------------------------------------
<pbk-fn> : this tag will display the family name (UpperCase)
<pbk-n1> : this tag will display the 1st name
<pbk-n2> : this tag will display the 2nd name
<pbk-n3> : this tag will display the 3rd name
<pbk-n4> : this tag will display the 4th name
<pbk-n5> : this tag will display the 5th name (if family name is empty)
--------------------------------------------------------------------------------
        Tags for fields extracted from the phone book "Number:" string
--------------------------------------------------------------------------------
<pbk-p1> : this tag will display the 1st phone number
<pbk-p2> : this tag will display the 2nd phone number
<pbk-p3> : this tag will display the 3rd phone number
<pbk-p4> : this tag will display the 4th phone number
<pbk-p5> : this tag will display the 5th phone number
--------------------------------------------------------------------------------
        Tags for fields extracted from the phone book "Address:" string
                      (or from the "Number:" string)
--------------------------------------------------------------------------------
<pbk-fax> : this tag will display the fax number detected as following:
fax:0123456789 in Address (or f0123456789 in Number)

<pbk-mob> : this tag will display the mobile number detected as following:
mob:0123456789 in Address (or m0123456789 in Number)

<pbk-job> : this tag will display the job number detected as following:
job:0123456789 in Address (or j0123456789 in Number)

<pbk-day> : this tag will display the birthday detected as following:
day:01/02/03

<pbk-aka> : this tag will display the nickname detected as following:
aka:nick

<pbk-pgp> : this tag will display the PGP id detected as following:
pgp:01234567

<pbk-web> : this tag will display the web URL detected as following:
http://something or www.something

<pbk-mail> : this tag will display the email adress detected as following:
anything@anything

<pbk-mail2> : this tag will display the second (if exists...) email adress 
detected as following:
anything@anything

<pbk-mail3> : this tag will display the third (if exists...) email adress 
detected as following:
anything@anything

<pbk-city> : this tag will display the city detected as following:
the last uppercase words in Address

<pbk-post> : this tag will display the postal code detected as following:
the last number in the Address containing at least 4 digits

<pbk-cmnt> : this tag will display comments detected as following:
"this is a comment" " this is another comment"

<pbk-addr> : this tag will display the address detected as following:
anything not previously detected in the Address
--------------------------------------------------------------------------------
tags for the program itself (don't produce any output)
--------------------------------------------------------------------------------
<pbk-header> start of header
</pbk-header> end of header
<pbk-body> start of body
<pbk-pause> : insert this tag to stop between each record 
              (useful for debugging..) press <enter> to skip to the next
</pbk-body> end of body
<pbk-footer> start of footer
</pbk-footer> end of footer
--------------------------------------------------------------------------------
