<?php
if (!empty($_GET["a"]))
{
	$page = $_GET["a"];
}
else
{
	$page = "home";
}
?>
<?php
if (!empty($_GET["b"]))
{
	$menu = $_GET["b"];
}
else
{
	$menu = "start";
}
?>
<?php
if (!empty($_GET["imageid"]))
{
	$image = $_GET["imageid"];
}
else
{
	$image = "1";
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="SV">
<meta name="description" content="Värmdö HiFi" >
<meta name="keywords" content="hifi" >
<meta name="category" content="home page" >
<meta name="author" content="crimzor"> 
<title>
Värmdö HiFi
</title>
<link rel="stylesheet" href="css/default.css" type="text/css">
</head>
<body>
<table id="BigTbl2" cellspacing="4" cellpadding="0">
<tr>
<td>

<table id="BigTbl" cellspacing="0" cellpadding="0">
<tr>
<td id="LogoTd" colspan="2">
<img src="img/logo.jpg" alt=""><br>
</td>
</tr>
<tr>
<td id="UpperTd" colspan="2">

<table id="UpperTbl">
<tr>
<td id="NavleftTd">
<center>
<font color="#000000">Värmdö HiFi </font><b><font color="#000000">:</font><font color="#444444">:</font><font color="#777777">:</font><font color="#AAAAAA">:</font></b>
</center>
</td>

<td id="NavoneTd">
<div id="NavoneDiv">
<a href="?a=<?php print $page ?>&amp;b=start&amp;imageid=<?php print $image ?>" class="NavbarA">
Start
</a>
</div>
</td>

<td id="NavtwoTd">
<div id="NavtwoDiv">
<a href="?a=<?php print $page ?>&amp;b=audiocamp&amp;imageid=<?php print $image ?>" class="NavbarA">
Audioläger
</a>
</div>
</td>

<td id="NavthreeTd">
<div id="NavthreeDiv">
<a href="?a=<?php print $page ?>&amp;b=pictures&amp;imageid=<?php print $image ?>" class="NavbarA">
Bilder
</a>
</div>
</td>

<td id="NavfourTd">
<div id="NavfourDiv">
<a href="?a=<?php print $page ?>&amp;b=info&amp;imageid=<?php print $image ?>" class="NavbarA">
Info
</a>
</div>
</td>

</tr>
</table>

</td>
</tr>
<tr>
<td id="LeftTd">
<table id="LeftTbl">
<tr>
<td id="NavTd">
	<?php
	include("docs/nav$menu.php");
	?>
</td>
</tr>
<tr>
<td id="BannersTd">
<a href="http://www.php.net">
<img border="0" alt="Powered by PHP" title="Powered by PHP" src="img/php-power-white.png">
</a>
<a href="http://jigsaw.w3.org/css-validator">
<img border="0" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid Css!" height="31" width="88">
</a>
<a href="http://validator.w3.org/check?uri=referer">
<img border="0" src="http://www.w3.org/Icons/valid-html40" alt="Valid HTML 4.0!" height="31" width="88">
</a>
<a href="http://www.mozilla.org/firefox">
<img border="0" alt="Get Firefox!" title="Get Firefox!"     	 src="http://sfx-images.mozilla.org/affiliates/Buttons/88x31/get.gif">
</a>
</td>
</tr>
</table>
</td>

<td id="MainTd">
<table id="MainTbl">
<tr>
<td id="ContentTd">
	<?php
	include("docs/$page.php");
	?>
</td>
</tr>
<tr>
<td id="CopyTd">
Copyright © Värmdö HiFi 2005 - All Rights Reserved
</td>
</tr>
</table>
</td>
</tr>
</table>

</td>
<td class="AdTd">
<script type="text/javascript"><!--
google_ad_client = "pub-0109289492736068";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="0876383030";
google_color_border = "FFFFFF";
google_color_bg = "EDF0FD";
google_color_link = "0000AA";
google_color_url = "DDDDDD";
google_color_text = "FFFFFF";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
</tr>
</table>

</body>
</html>