<html>
<head>
<title>Nodemap Wireless Leiden</title>
<link href="style/stylesheet.css" rel="stylesheet" type="text/css">
<!-- Loading in the google-api -->
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- Loading in the javascript that will add the map into #mapcanvas -->
<script type="text/javascript" src="inc/nodemapWL.js"></script>
</head>
<body>
<div id="mainwrapper">
	<div id="mapcanvas">
		<!-- Create the map using the intitialize_map() function from nodemapWL.js -->
		<script type="text/javascript">initialize_map();</script>
	</div>
	<div id="infowrapper">
		<div id="infotop"></div>		
		<div id="infobottom"></div>
	</div>
	<!-- General functions under the map -->
	<div id="navigation">
	<form>
		<table>
			<tr>
				<!-- First colum -->
				<td>
					<input type="checkbox" value="shownodes">Toon nodes
				</td>	
				<!-- Second colum -->
				<td>
					<input type="checkbox" value="showrange">Toon dekking <br/>
					<input type="checkbox" value="showtraffic">Toon dataverkeer
				</td>
			</tr>
		</table>
	</form>	
	</div>
</div>
</body>
</html>