function openhead($title) { echo "
$title
\n"; } function closehead() { echo "
\n"; tablebreak(); }