<!--

var lnkHF = new Array();
var txtHF = new Array();
var docID = new Array();

lnkHF[0] = "index.htm";		//a
lnkHF[1] = "tonic.htm";		//b
lnkHF[2] = "dom-sub.htm";	//c
lnkHF[3] = "example.htm";	//d
lnkHF[4] = "id.htm";		//e
lnkHF[5] = "II-VII.htm";	//f
lnkHF[6] = "III-VI.htm";	//g
lnkHF[7] = "minors.htm";	//h
lnkHF[8] = "analysis.htm";	//i
lnkHF[9] = "nht.htm";		//j
lnkHF[10] = "passing.htm";	//k
lnkHF[11] = "neighbor.htm";		//l
lnkHF[12] = "suspension.htm";	//m
lnkHF[13] = "anticipation.htm";	//n
lnkHF[14] = "appoggiatura.htm";	//o
lnkHF[15] = "choral.htm";		//p
lnkHF[16] = "domaux.htm";		//q
lnkHF[17] = "mod01.htm";		//r
lnkHF[18] = "mod02.htm";		//s
lnkHF[19] = "mod03.htm";		//t
lnkHF[20] = "mod04.htm";		//u
lnkHF[21] = "mod05.htm";		//v
lnkHF[22] = "mod06.htm";		//w
lnkHF[23] = "6aum.htm";			//x
lnkHF[24] = "6aum01.html";		//ac
lnkHF[25] = "6aum02.html";		//ad
lnkHF[26] = "6aum03.html";		//ae
lnkHF[27] = "6aum04.html";		//af
lnkHF[28] = "6aum05.html";		//ag
lnkHF[29] = "6nap.htm";			//y
lnkHF[30] = "6nap01.html";		//z
lnkHF[31] = "6nap02.html";		//aa
lnkHF[32] = "6nap03.html";		//ab

docID[0] = "a";
docID[1] = "b";
docID[2] = "c";
docID[3] = "d";
docID[4] = "e";
docID[5] = "f";
docID[6] = "g";
docID[7] = "h";
docID[8] = "i";
docID[9] = "j";
docID[10] = "k";
docID[11] = "l";
docID[12] = "m";
docID[13] = "n";
docID[14] = "o";
docID[15] = "p";
docID[16] = "q";
docID[17] = "r";
docID[18] = "s";
docID[19] = "t";
docID[20] = "u";
docID[21] = "v";
docID[22] = "w";
docID[23] = "x";
docID[24] = "ac";
docID[25] = "ad";
docID[26] = "ae";
docID[27] = "af";
docID[28] = "ag";
docID[29] = "y";
docID[30] = "z";
docID[31] = "aa";
docID[32] = "ab";

txtHF[0] = "What are Harmonic Functions?";
txtHF[1] = "&nbsp;&nbsp;&nbsp;&nbsp;The Tonic";
txtHF[2] = "&nbsp;&nbsp;&nbsp;&nbsp;The Dominant and Subdominant";
txtHF[3] = "&nbsp;&nbsp;&nbsp;&nbsp;An example using I, IV and V";
txtHF[4] = "&nbsp;&nbsp;&nbsp;&nbsp;Identifying the I, IV and V degrees";
txtHF[5] = "&nbsp;&nbsp;&nbsp;&nbsp;The II and VII Degrees";
txtHF[6] = "&nbsp;&nbsp;&nbsp;&nbsp;The III and VI Degrees";
txtHF[7] = "&nbsp;&nbsp;&nbsp;&nbsp;Harmonic Functions in Minor Keys";
txtHF[8] = "&nbsp;&nbsp;&nbsp;&nbsp;Harmonic Analysis";
txtHF[9] = "Nonharmonic Tones";
txtHF[10] = "&nbsp;&nbsp;&nbsp;&nbsp;Passing Tone";
txtHF[11] = "&nbsp;&nbsp;&nbsp;&nbsp;Neighbor Note";
txtHF[12] = "&nbsp;&nbsp;&nbsp;&nbsp;Suspension";
txtHF[13] = "&nbsp;&nbsp;&nbsp;&nbsp;Anticipation";
txtHF[14] = "&nbsp;&nbsp;&nbsp;&nbsp;Appoggiatura";
txtHF[15] = "&nbsp;&nbsp;&nbsp;&nbsp;An Example";
txtHF[16] = "Secondary Dominants";
txtHF[17] = "Modulation";
txtHF[18] = "&nbsp;&nbsp;&nbsp;&nbsp;The Dominant Chord";
txtHF[19] = "&nbsp;&nbsp;&nbsp;&nbsp;The Pivot Chord";
txtHF[20] = "&nbsp;&nbsp;&nbsp;&nbsp;Two Examples";
txtHF[21] = "&nbsp;&nbsp;&nbsp;&nbsp;An Example from Bach";
txtHF[22] = "&nbsp;&nbsp;&nbsp;&nbsp;Modulation to Distantly Related Keys";
txtHF[23] = "Augmented Sixths";
txtHF[24] = "&nbsp;&nbsp;&nbsp;&nbsp;Types";
txtHF[25] = "&nbsp;&nbsp;&nbsp;&nbsp;Major Keys";
txtHF[26] = "&nbsp;&nbsp;&nbsp;&nbsp;Harmonic Function";
txtHF[27] = "&nbsp;&nbsp;&nbsp;&nbsp;Tritone Substitution";
txtHF[28] = "&nbsp;&nbsp;&nbsp;&nbsp;Musical Examples";
txtHF[29] = "Neapolitan Sixth";
txtHF[30] = "&nbsp;&nbsp;&nbsp;&nbsp;Construction and Identification";
txtHF[31] = "&nbsp;&nbsp;&nbsp;&nbsp;Major Keys";
txtHF[32] = "&nbsp;&nbsp;&nbsp;&nbsp;Musical Examples";


function subMenu(id) {
	
	var i;
	
	for (i=0; i < txtHF.length; i++) {
		
		if (docID[i] == id)
		
			document.write('<p class="idx3"><b>' + txtHF[i] + '</b></p>');
			
		else
		
			document.write('<p class="idx3"><a href="' + lnkHF[i] + '">' + txtHF[i] + '</a></p>');
	}
}

function pasaPag(id) {
	
	var i;
	
	for (i=0; i < txtHF.length; i++) {
		
		if (docID[i] == id) {
			
			if (i == 0)
				document.write('<a href="' + lnkHF[i+1] + '"><img border="0" src="../../images/pasapagina01.gif" width="18" height="25" align="right"></a>');
				
			else if (i + 1 == txtHF.length)
				document.write('<map name="pp"><area href="' + lnkHF[i-1] + '" shape="rect" coords="0, 0, 17, 24"></map><img border="0" src="../../images/pasapagina03.gif" usemap="#pp" width="18" height="25" align="right">');
			
			else
				document.write('<map name="pp"><area href="' + lnkHF[i-1] +'" shape="rect" coords="0, 0, 17, 24"><area href="' + lnkHF[i+1] +'" shape="rect" coords="36, 0, 53, 24"></map><img border="0" src="../../images/pasapagina02.gif" usemap="#pp" width="54" height="25" align="right">');
		}
	}
}

// -->

