$text"; } function blueFont($text) { echo "$text"; } function colorFont($color,$text) { echo "$text"; } function fontFace($newfont,$text) { echo "$text"; } function fontSize($size,$color,$newfont,$text) { echo "$text"; } function secureHeader($Company,$title) { include('securehead.php'); } function commonHeader($Company,$title) { ## require("masthead.php"); } function receiptHeader($Company,$title) { echo "$Company Receipt - $title"; } function commonFooter($Relative,$UID) { include('footer.php'); } function adminFooter($Relative) { echo "




"; fontFace("Arial"," Shopping Cart"); fontFace("Arial"," | Shopping Cart Admin"); echo "

"; } function receiptFooter($Company) { echo "

"; fontFace("Arial","Thank you for ordering from $Company"); echo "


"; } function secureFooter($Relative,$UID) { include(footer); } ?>