<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>[SD]Arts ~welkom!</title>
<style type="text/css">
<!--
body {
background-color: #D9F3FD;
}
.style1 {
font-size: x-small;
color: #3300FF;
}
-->
</style>
</head>
<p align="center">
<label></label>
<img src="PNG/SDLogo.png" width="720" height="200" /></p>
<center>
<table width="650" border="0" align="center">
<tr>
<td>
<?
if(isset($_GET['lang'])){ case "eng":?><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="90" title="Menu">
<param name="movie" value="SD_TABMENU[eng].swf" />
<param name="quality" value="high" />
<embed src="SD_TABMENU[eng].swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="90"></embed>
</object>
<? ; break;
case "nl": ?> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="90" title="Menu">
<param name="movie" value="SD_TABMENU[eng].swf" />
<param name="quality" value="high" />
<embed src="SD_TABMENU[nl].swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="90"></embed><? ; break;
default: ?> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="90" title="Menu">
<param name="movie" value="SD_TABMENU[eng].swf" />
<param name="quality" value="high" />
<embed src="SD_TABMENU[nl].swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="90"></embed><? ; break;
}
}else{?> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="90" title="Menu">
<param name="movie" value="SD_TABMENU[eng].swf" />
<param name="quality" value="high" />
<embed src="SD_TABMENU[nl].swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="90"></embed><? ;}
?>
</td>
</tr>
</table>
</center>
<div align="center">
<table width="800" border="0">
<tr>
<td width="135" bordercolor="#000000" bgcolor="#B0ECFF"><img src="PNG/Menubarklein_login.png" width="130" height="24" />
<? if(isset($_GET['lang'])){ case "eng": ?>English loginsystem not yet availble. <? break;
case "nl": include "log_index.php"; break;?>
<? } } ?>
<p><br />
</p></td><td width="591">
<div align="center">
<table width="662" border="1" cellspacing="0" cellpadding="0" style="bordercolor: #000000; border-collapse: collapse">
<tr>
<td width="591" bgcolor="#0099FF"><center>
<? if(isset($_GET['n'])) { case "oud": include "Nieuws.php"; break;
case "recent": include "Nieuws_recent.php"; break;
case "home": include "Nieuws.php"; break;
default: include "Nieuws.php" ; break;
}
}
else {
include "Nieuws.php";
} ?></center> </td>
</tr>
</table>
<table width="662" border="1" cellspacing="0" cellpadding="0" style="bordercolor: #000000; border-collapse: collapse">
<tr>
<td width="591" bgcolor="#0099FF">
<div align="center">
<?php
case "eng":
case "oud": include "eng_oud.php"; break;
case "recent": include "eng_nieuws.php"; break;
case "home": include "eng_home.php"; break;
case "fun": include "eng_fun_index.php"; break;
case "sup": include "eng_sup_index.php"; break;
case "tut": include "eng_tut_index.php"; break;
default: include "eng_home.php" ; break;
}; break;
case "nl":
case "oud": include "oud.php"; break;
case "recent": include "nieuws.php"; break;
case "home": include "home.php"; break;
case "fun": include "fun_index.php"; break;
case "sup": include "sup_index.php"; break;
case "tut": include "tut_index.php"; break;
case "login": include "login.php"; break;
case "register": include "aanmelden.php"; break;
case "loguit": include "loguit.php"; break;
case "profiel": include "profiel.php"; break;
case "wijzig": include "wijzig.php"; break;
case "pb": include "priveberichten.php"; break;
default: include "home.php" ; break;
}; break;
}
}else {
include "home.php";
}
?>
</div></td></tr>
</table>
</div></td>
<td width="591"> </td>
</tr>
</table>
</div>
<p align="center" class="style1">©2006 [SD]Arts ~Netherlands </p>
</body>
</html>