struct person
	{
	struct person *psn_next ;

	char *psn_ac ;	/* Accom share				*/
	char *psn_ah ;	/* Address home				*/
	char *psn_aw ;	/* Address work				*/
	char *psn_bd ;	/* Birth date				*/
	char *psn_bg ;	/* Beer Garden Regular			*/
	char *psn_bn ;	/* Business Name			*/
	char *psn_bo ;	/* Boat (rubber inflatable)		*/
	char *psn_ca ;	/* Car					*/
	char *psn_cg ;	/* Call Group for incoming		*/
	char *psn_co ;	/* Context EG vsl ukc bg		*/
	char *psn_cy ;	/* Cycle				*/
	char *psn_de ;	/* Department Name			*/
	char *psn_eh ;	/* Email home				*/
	char *psn_ew ;	/* Email work				*/
	char *psn_em ;	/* Email mobile				*/
	char *psn_fh ;	/* Fax Home				*/
	char *psn_fm ;	/* Fax Mobile				*/
	char *psn_fn ;	/* Forenames				*/
	char *psn_fr ;	/* Friend				*/
	char *psn_fw ;	/* Fax Work				*/
	char *psn_ie ;	/* Include/Exclude in own mobile	*/
	char *psn_ih ;	/* ISDN Home				*/
	char *psn_im ;	/* ISDN Mobile				*/
	char *psn_iw ;	/* ISDN Work				*/
	char *psn_jo ;	/* Jobs, last approach YYYY.MM.DD	*/
	char *psn_ld ;	/* Last update				*/
	char *psn_mh ;	/* Modem home				*/
	char *psn_mm ;	/* Modem mobile				*/
	char *psn_mw ;	/* Modem work				*/
	char *psn_na ;	/* Nationality ie GB, D, F		*/
	char *psn_oc ;	/* Occupation				*/
	char *psn_sk ;	/* Skier				*/
	char *psn_sm ;	/* Smoker				*/
	char *psn_sn ;	/* Surname				*/
	char *psn_te ;	/* Tent					*/
	char *psn_th ;	/* Telephone home			*/
	char *psn_tm ;	/* Telephone mobile			*/
	char *psn_tw ;	/* Telephone work			*/
	char *psn_tn ;	/* Telephone not known where		*/
	char *psn_tx ;	/* Telex				*/
	char *psn_wh ;	/* Web Home (personal)			*/
	char *psn_ws ;	/* Windsurfer				*/
	char *psn_ww ;	/* Web Work (business)			*/
	char *psn_xr ;	/* Xmas Card Received			*/
	char *psn_xs ;	/* Xmas Card Sent			*/

	char *psn_cz ;	/* Comment to later export to VCF	*/
	char *psn_zz ;	/* Comment to never export (security)   */
	} ;
