' . ' ' . ' ' . ' '; } /* tableBoxFooter Finish an opened bordered table */ function tableBoxFooter() { echo '
' . ' ' . ' ' . ''; } /* tableHeader Begin an unbordered table */ function tableHeader( $width, $bgColor ) { echo ''; } /* tableFooter Close an unbordered table */ function tableFooter() { echo '
'; } /* */ function tableColumnStart( $align, $colSpan ) { echo ''; } /* */ function tableColumnEnd() { echo ''; } /* */ function tableRowStart( $vAlign ) { echo ''; } /* */ function tableRowEnd() { echo ''; } /* tableSpacer Display a scaled transparent spacer image inside a table heading */ function tableSpacer( $height, $width, $cols, $bgColor ) { echo '' . ' ' . ''; } /* tableTitle Display a colored title in a BoxTable. */ function tableTitle($name, $cols, $bgColor) { echo ' ' . ' ' . ' ' . $name . '' . ' ' . ' '; } ?>