<?php
	$myroot = "http://www.sdiy.org/knas/";
	$thistitle = "Products";
	
	$menuproducts = "";
#		"<div class='submenuitem'><a href='" . $myroot . "modsynth/modsynth.php'>Overview</a></div>" .
#		"<div class='subsubmenuitem'><a href='" . $myroot . "modsynth/modsynth.php#pornography'>Pornography</a></div>" .
#		"<div class='submenuitem'><a href='" . $myroot . "modsynth/modules.php'>Modules</a></div>" .
#		"<div class='subsubmenuitem'><a href='" . $myroot . "modsynth/usb2cv.php'>USB-to-CV</a></div>" .
#		"<div class='submenuitem'><a href='" . $myroot . "modsynth/sounds.php'>Sounds</a></div>";
	include '../rootmenu.php'; 

	include $myroot . 'header.html';
?>
		<div>
			Currently for sale is <a href="http://www.sdiy.org/knas/products/moisturizer/moisturizer.php">
			The Ekdahl Moisturizer</a> for $400. Contact me for info
			<img alt="" id="email" src="../email.png"/>
		</div>
		
<!--		<div class="headbreak">- D e s i g n - - - - - - - - - -</div>
		<div>
			The materials used are aluminium, steel (i think?) and bakelite, my favourite material of
			all times. Notice the small notch at the tip of the gun, that is one
			of the details i like the most. The gun consists to 90% of salvaged parts from
			a Tektronix oscilloscope found in a dumpster, and 10% from an old tape recorder. 
			This piece was built in 5 hours inbetween 2 and 7 in the morning.
			<br/><br/>
		</div>
		<div class="center">
			<img class="example" height="130px" alt="" src="side_halfsize_2.jpg" />
			<img class="example" height="130px" alt="" src="front_halfsize.jpg" />
			<br/>
			<img class="example" height="130px" alt="" src="front_top_halfsize.jpg" />
			<img class="example" height="130px" alt="" src="back_left_halfsize.jpg" />
			<img class="example" height="130px" alt="" src="back_halfsize.jpg" />
		</div>
-->
<?php
	include $myroot . 'footer.html';
?>
