<?php include("head.php") ?>

<h2>Photography</h2>
<p>
Photography is my hobby. I hope to be a decent photographer some day...
Meanwhile I'm constantly practicing. My wife is a much 
<a href="http://martanowak.rozeta.pl/">better photographer</a>, 
but her photographs are sometimes not of the "pretty" kind.

Here are some of my pictures. Enjoy!
</p>
<div id="container">
	<div id="nav">
	<ul id="galmenu">
		<li><a href="#" onclick="showEl('themes')" id="theme_link">Themes</a></li>
	</ul>
	</div>
	<div id="flashcontent">
	    Java and Flash required. Please switch them on if you want to see the gallery.		
	</div>	
	<script type="text/javascript">
	
		var fo = new SWFObject("viewer.swf", 
				"viewer", "100%", "100%", "8", "#181818");
		
		// SIMPLEVIEWER CONFIGURATION OPTIONS
		// To use an option, uncomment it by removing 
		// the "//" at the start of the line
		// For a description of config options, go to: 
		// http://www.airtightinteractive.com/simpleviewer/options.html
		
		fo.addVariable("xmlDataPath", "gallery.xml");
		fo.addVariable("firstImageIndex", "0");	
		fo.addVariable("langOpenImage", "Open Image in New Window");
		fo.addVariable("langAbout", "About");	
		fo.addVariable("preloaderColor", "0x444444");
		
		fo.write("flashcontent");	
	</script>
	<div class="display" id="themes">
		<?php include("themes.html"); ?>
	</div>	
</div>

<?php include("foot.php") ?>
