'; return $top; } function deliverMiddle($toptext, $bottomtext, $buttons) { $middle = '

'.$toptext.'

'.$bottomtext.'

    '.$buttons.'
'; return $middle; } function deliverBottom() { $bottom = '
'; return $bottom; } ?>