<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="layout.css">
</head>
<body>
<div class='gecentreerd'>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="48" height="600" rowspan="6" background="images/Rand links.jpg"></td>
<td width="704" height="40" colspan="6" background="images/Rand boven.jpg"></td>
<td width="45" height="600" rowspan="6" background="images/Rand rechts.jpg"></td>
</tr>
<tr>
<td width="704" height="105" colspan="6" background="images/banner top.jpg"></td>
</tr>
<tr>
<td width="47" height="13" bgcolor="#F1F1F1"><a href="index.php?p=Home"><img src="images/Home.jpg" width="47" height="13" border="0"></a></td>
<td width="65" height="13" bgcolor="#F1F1F1"><a href="index.php?p=About"><img src="images/about.jpg" border="0"></a></td>
<td width="60" height="13" bgcolor="#F1F1F1"><a href="index.php?p=Portfolio"><img src="images/portfolio.jpg" width="60" height="13" border="0"></a></td>
<td width="70" height="13" bgcolor="#F1F1F1"><a href="index.php?p=Guestbook"><img src="images/Guestbook.jpg" width="70" height="13" border="0"></a></td>
<td width="54" height="13" bgcolor="#F1F1F1"><a href="index.php?p=Contact"><img src="images/contact.jpg" width="54" height="13" border="0"></a></td>
<td width="408" height="13" background="images/banner middle.jpg"></td>
</tr>
<tr>
<td width="704" height="11" colspan="6" background="images/banner bottom.jpg"></td>
</tr>
<tr>
<td width="704" height="364" colspan="6" valign="top" background="images/iframe.jpg">
<?
if ($_GET['p'] == "Home") {
include ("Home.php");
} else if ($_GET['p'] == "About") {
include ("About.php");
} else {
include ("Nieuws.php");
?>
</td>
</tr>
<tr>
<td width="704" height="67" colspan="6" background="images/Rand onder.jpg"></td>
</tr>
</table>
</div>
</body>
</html>