<?php
class BodyStart extends HtmlFragment {
function BodyStart() {
$s = "</head>";
$s .= "<body>";
$s .= "\n\n<!-- // BEGIN PAGE CONTENT -->\n\n";
$s .= "<table align=<?= PAGE_ALIGN ?> cellspacing=4 cellpadding=0 ";
$s .= "border=0 width=<?= PAGE_WIDTH ?>>";
$s .= "<tr><td>";
$s .= "<?
}
}
?>