<td height="398">
<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table52">
<tr>
<td width="67%" valign="top" style="border-color:#0000FF; "><div align="center">
<p style="margin-top: 0; margin-bottom: 0"> </p>
<p style="margin-top: 0; margin-bottom: 0">
<?
switch ( $page ) {
case "personel";
include("personel.php"); break;
case "form";
include("form.php"); break;
case "duyurugoster";
include("duyurugoster.php"); break;
case "galeri";
include("galeriindex.php"); break;
case "iletisim";
include("iletisim.php"); break;
case "mailat";
include("mailat.php"); break;
case "bilgiedinme";
include("bilgiedinme.php"); break;
case "baklan";
include("baklan.php"); break;
case "etkinlikler";
include("etkinlikler.php"); break;
case "ataturk";
include("ataturk.php"); break;
case "okullar";
include("okullar.php"); break;
default:
include("main.php");
} ?>
</p>
</div>