<?php
	$myroot = "http://www.sdiy.org/knas/";
	$thistitle = "Stungun";
	
	$menustungun = "";
#		"<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 class="center">
			<img class="top" alt="" src="front_hand.jpg" />
		</div>
		<br/><br/>
		<div class="headbreak">- D i s c l a i m e r - - - - - -</div>
		<div>
			To start with, i'm *not* a weapons-freak or anything, actually,
			i sincerely hate violence and think it's about the most childish and
			stupid thing ever.<br/>
			<br/>
			So, why did i do this? Well, i played with decatrone tubes one night, forgot
			to discharge a cap and discharged the 380 volts into my arm. After the shock
			i decided to build a stun gun. I have, for a long time,
			admired the *design* of weapons and also the materials and designs 
			often reoccuring in 50's - 70's sci-fi.<br/>
			<br/>
			This "weapon" has never been tested and will never be since it's 
			merely a play with design, allthough - in theory - it should work. <br/>
		</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';
?>
