$str_currency = "Australian Dollar";
         break;
     case "GBP":
         $str_currency = "UK Pound";
         break;
     case "USD":
         $str_currency = "US Dollar";
         break;
     case "CAD":
         $str_currency = "Canadian Dollar";
         break;
     case "EUR":
         $str_currency = "Euro";
         break;
 }
 $str_applilcation = func_get_application_form($merchant_type);
 $str_applilcation = str_replace("[str_company_name]", $str_company_name, $str_applilcation);
 $str_applilcation = str_replace("[str_legal_company_name]", $str_company_name, $str_applilcation);
 $str_applilcation = str_replace("[company_type]", $company_type, $str_applilcation);
 $str_applilcation = str_replace("[address]", $address, $str_applilcation);
 $str_applilcation = str_replace("[city]", $city, $str_applilcation);
 $str_applilcation = str_replace("[state]", $state, $str_applilcation);
 $str_applilcation = str_replace("[zip_code]", $zip_code, $str_applilcation);
 $str_applilcation = str_replace("[country]", $country, $str_applilcation);
 $str_applilcation = str_replace("[inc_country]", $inc_country, $str_applilcation);
 $str_applilcation = str_replace("[inc_number]", $inc_number, $str_applilcation);
 $str_applilcation = str_replace("[phone]", $phone, $str_applilcation);
 $str_applilcation = str_replace("[cellular]", $cellular, $str_applilcation);
 $str_applilcation = str_replace("[email]", $email, $str_applilcation);
 $str_applilcation = str_replace("[fax_number]", $fax_number, $str_applilcation);
 $str_applilcation = str_replace("[fax_dba]", $fax_dba, $str_applilcation);
         $str_currency = "Australian Dollar";
         break;
     case "GBP":
         $str_currency = "UK Pound";
         break;
     case "USD":
         $str_currency = "US Dollar";
         break;
     case "CAD":
         $str_currency = "Canadian Dollar";
         break;
     case "EUR":
         $str_currency = "Euro";
         break;
 }
 $str_applilcation = func_get_application_form();
 $str_applilcation = str_replace("[str_company_name]", $str_company_name, $str_applilcation);
 $str_applilcation = str_replace("[company_type]", $company_type, $str_applilcation);
 $str_applilcation = str_replace("[address]", $address, $str_applilcation);
 $str_applilcation = str_replace("[city]", $city, $str_applilcation);
 $str_applilcation = str_replace("[state]", $state, $str_applilcation);
 $str_applilcation = str_replace("[zip_code]", $zip_code, $str_applilcation);
 $str_applilcation = str_replace("[country]", $country, $str_applilcation);
 $str_applilcation = str_replace("[phone]", $phone, $str_applilcation);
 $str_applilcation = str_replace("[email]", $email, $str_applilcation);
 $str_applilcation = str_replace("[fax_number]", $fax_number, $str_applilcation);
 $str_applilcation = str_replace("[first_name]", $first_name, $str_applilcation);
 $str_applilcation = str_replace("[family_name]", $family_name, $str_applilcation);
 $str_applilcation = str_replace("[job_title]", $job_title, $str_applilcation);
 $str_applilcation = str_replace("[contact_email]", $contact_email, $str_applilcation);
 $str_applilcation = str_replace("[contact_phone]", $contact_phone, $str_applilcation);