function Headers($BrowserTitle, $ContentTitle, $PageTab) { $Math = MathJax(); $LeftOfScreen = LeftScreen(); $Head = <<<EOD <html> \t<head> \t\t{$Math} \t\t<link href="css/common.css" rel="stylesheet" type="text/css"> \t\t<title>{$BrowserTitle}</title> \t\t \t</head> \t<body> \t\t<table class="Screen" align="center" cellspacing="0" cellpadding="0"> \t\t<tr> \t\t<td class="LeftScreen"> {$LeftOfScreen} </td> \t\t<td> \t\t<table class="MainTable BodyWidth" align="center" cellspacing=0 cellpadding=0> \t\t \t\t<tr> \t\t\t<td class="CurveCellUp" ><img src="./images/Spacer.png" /> \t\t\t\t<img class="Cuts" src="./images/ThreeButtons.png"></img>{$ContentTitle} \t\t\t</td> \t\t</tr> \t\t<tr><td> \t\t\t<div align="center"><img class="BodyWidth" src="images/BannerTest.png"/> </div></td></tr>\t\t\t \t\t<tr> \t\t<td> EOD; return $Head . ToolTable($PageTab); }
</td> </tr> <tr> <td class="CurveCellDown"></td> </tr> </table> <br/> <table class="FooterTable" align="center"> <tr> <td>Copyright © 2014 <a href="index.php">Air Corporation </a></td> </tr> <tr> <td>Designed and Hosted bdy <a href="AdminPanel.php">Air </a> Corporation</td> </tr> </table> </td> <td align="left" class="RightScreen"> <?php echo LeftScreen(); ?> </td> </tr> </table> <br/> </body> </html>