$section = "start";
if(isset($_GET['section'])) $section = $_GET['section'];
// ^--- am Anfang der Seite
echo "; // irgendwo auf der Page (ucfirst macht den ersten Buchstaben groß - sieht besser aus :> )
<!-- Linker Bereich Anfang //-->
<?include "navigation.php"?>
<!-- Linker Bereich Ende //-->
</td>
<td style="background-color:#EBF2FA;background-repeat:no-repeat;" valign="top">
<table>
<tr>
<td>Sie sind hier: <?=ucfirst($section)?></td>
</tr>
<tr>
<td>
<?
switch ($section) {
case 'start':
include("start.php");
break;
case 'news':
include("news.php");
break;
?></td>
</tr>
</table>
</td>
<td style="background-image:url(img/right.jpg);" valign="top" class="login" width="158">