<?php
	$myroot = "http://www.sdiy.org/knas/";
	$thistitle = "Modifications";
	
	$menuars2 = 
		"<div class='submenuitem'><a href='" . $myroot . "modsfordan/modsfordan.php'>Overview</a></div>" .
		"<div class='subsubmenuitem'><a href='" . $myroot . "modsfordan/whammy.php'>Digitech Whammy</a></div>";
	include '../rootmenu.php'; 

	include $myroot . 'header.html';
?>

<div class="dandisclaimer">
	NOTICE - the modifications on these pages were done under extreme time constraints and are NOT PERFECT.
	While working, most of them needs some serious fine tuning and some also contain redundant circuitry that
	was used during the initial development period. The same goes for all programming code on these pages, it
	might be ugly and it's definitely not commented or optimized.	
</div>
