global $swiss_bank;
 global $swiftcode;
 global $swiss_swiftcode;
 ///*DEBUG
 //print_r($data);
 $var_prename = $data["firstname"];
 $var_familyname = $data["lastname"];
 $var_street = $data["street"];
 $var_plz = $data["plzort"]["postcode"];
 $var_city = $data["plzort"]["city"];
 // Find out what type of participant we are dealing with (normal=1, Service Team.....)
 $pdf = new myPDF('P', 'mm', 'A4');
 //A4, mm und Hochformat
 $pdf->AddPage();
 //Neue Seite Hinzufuegen
 $pdf->SetLeftMargin(20);
 //linker Rand 20 mm
 $pdf->SetAuthor("Mission-Net");
 $pdf->SetCreator("Mission-Net");
 $st_pdf_keywords = 'Reg.-No.: ' . $var_registrationnr;
 $pdf->SetKeywords($st_pdf_keywords);
 $pdf->SetSubject("Mission-Net Registration");
 $pdf->SetTitle("Registration for Mission-Net 2009");
 //######################HEADER###########
 //---------------------------------------
 //      Information und Logo
 //---------------------------------------
 //y-Position setzten
 $pdf->SetY(25);
 //Setzten des Teenstreets Logo
 $pdf->SetX(20);