<?php
	$myroot = "http://www.sdiy.org/knas/";
	$thistitle = "ARP Documents";
	
	$menustuff = "";
	include '../rootmenu.php'; 

	include $myroot . 'header.html';
?>
		<div>
			I got my fingers on a bunch of original ARP Service Manuals, figured i'd share the joy!
			<br/><br/>
			<a href="ARP__Little_brother_2950.pdf">Little Brother 2950</a><br/>
			<a href="ARP__Sequencer_1601__Service_Manual_text.pdf">1601 Sequencer - text portion</a><br/>
			<a href="ARP__Sequencer_1601__Service_Manual_figures.pdf">1601 Sequencer - block diagram, schematics & PCB layouts</a><br/>
		</div>
<?php
	include $myroot . 'footer.html';
?>
