<?php
	$myroot = "http://www.sdiy.org/knas/";
	$thistitle = "Analog modular";
	
	$menumodsynth = 
		"<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';
?>
