\n\t\n\t$a1[CompanyName]
$a1[address], $a1[city], $a1[state], $a1[country]

"; if(!empty($a1[phone])) { $contacts[] = "Phone: $a1[phone]"; } if(!empty($a1[cellular])) { $contacts[] = "Cellular: $a1[cellular]"; } if(!empty($a1[pager])) { $contacts[] = "Pager: $a1[pager]"; } if(!empty($a1[website])) { $contacts[] = "
$a1[website]"; } if(!empty($contacts)) { $ShowContacts = implode(", ", $contacts); } $ShowInfo .= "$ShowContacts\n\n\n\n\t

$desc
"; if(!empty($a1[logo])) { $logo = ""; } $ShowInfo .= "\n\t$logo

For more information call
$a1[FirstName] $a1[LastName]
$a1[phone]

or click here to email.
"; $ShowInfo .= "
\n"; $ShowInfo .= "\n"; require_once("templates/PrintHeaderTemplate.php"); require_once("templates/PrintTemplate.php"); require_once("templates/PrintFooterTemplate.php"); ?>