<?

#---[ Inladen standaard bestanden ]---

	include('beheer/connectit.php3');
	include('beheer/functies.php3');
	include('copyright.php3');

#---[ Initialiseren ]---




#---[ Header inladen ]---

	$menu="organisatie";
	include("header.php3");

#---[ Submenus samenstellen ]---
?>
<?

	$result = mysql($db,"select organisatiesubsid, naam from organisatiesubs where status='op internet' and prullenbak!='j' order by volgorde");
	$aantalrijen = mysql_numrows($result);
	if ($aantalrijen>0)
	{ 
		echo "<div id=submenu style=z-index:15;position:absolute;top:283px;width:738px;>
		<table border=0 width=738 cellspacing=0 cellpadding=0>
		<tr><td bgcolor=#F51060 height=21 valign=top>";
		for ($i=0; $i < $aantalrijen; $i++)
		{
			$rij = mysql_fetch_row($result); 
			if (!$submenuid) { $submenuid=$rij[0]; }
			if ($rij[0]==$submenuid)
			{
                    			echo "<img src=images/alpha_pixel.gif border=0 width=8><span class=submenu><img src=images/alpha_pixel.gif width=15><b>$rij[1]</b></span>";
                    			if ($hsid) 
				{ 
						echo "<span class=submenu>- Artikel</span>"; 
				}
			}
			else
			{
                    			echo "<img src=images/alpha_pixel.gif border=0 width=15><a href=organisatie.php3?submenuid=$rij[0] class=submenu>$rij[1]</a>";
			}
		}
		echo "<img src=images/alpha_pixel.gif border=0 width=15><br></td></tr><tr><td width=738><img src=images/pixel_wit.gif border=0 height=2 width=738></td></tr></table></div>";	

		
	}

?>


<?	

	
#---[ Content ]---

?>




<table border="0" width="738" cellspacing="0" cellpadding="0">
<tr>
	<td width="15"></td>
	<td width="708" valign="top">
<?
	echo hs("organisatiehs", $submenuid, $hsid, "organisatie.php3", "organisatie.php3", "", 708, 5, 5, "#F51060","<img src=images/knop_terug.gif border=0 align=absmiddle>","<img src=images/knop_leesverder.gif border=0 align=absmiddle>","titel","tekst","hscontentlink","downloadlink", "Geen informatie gevonden","style=\"border: 2 solid #FFFFFF\"",4);

?>	
	</td>
	<td width="15"></td>
</tr>
</table>
<?

#---[ Footer inladen ]---

	include("footer.php3");

?>
