
	function ccMidiWindow() {
		cc = window.open("ccmidi.html","creativeCommonsMidiBlurb","menubar=yes,toolbar=yes,scrollbars=yes,location=yes,status=yes,resizable=yes,width=550,height=350,left=60,top=60");
		}

	function resetWindow() {
		resetSynth = window.open("reset.html","theMidiReset","menubar=yes,toolbar=yes,scrollbars=yes,location=yes,status=yes,resizable=yes,width=550,height=350,left=60,top=60");
		}

   function disClaimer() {
      var hiddenWords = '<div class="hide">\n';
      hiddenWords += '   <span class="nsonly">\n';
      hiddenWords += '      This site is now boldly charging into the present: &nbsp;\n';
      hiddenWords += '      using XHTML and style sheets for formatting, and no longer \n';
      hiddenWords += '      using tables. &nbsp;<b>We thus gave up trying to make it \n';
      hiddenWords += '      look good in Netscape 4 and below.<\/b> &nbsp;Sorry.\n';
      hiddenWords += '   <\/span><br \/><br \/>\n';
      hiddenWords += '<\/div>\n';
      document.write(hiddenWords);
      document.close();
      }

	function midiFooter() {
		var whoWords = '<div class="footer">\n';
		whoWords += 'John Kwasnik -- Sacramento, California -- July 2007<br \/>\n';
		whoWords += '<a href="mailto:johnkwasnik@comcast.net?subject=MidiumRare">Email your comments<\/a>\n';
		whoWords += '<\/div>\n';
		document.write(whoWords);
		document.close();
		}

	function ccFooter() {
		var ccWords = '<div id="cc">\n';
		ccWords += '<a href="javascript:ccMidiWindow()"><img border="0" height="37" width="225" src="aboutcc.gif" \/><\/a><br \/>\n';
		ccWords += 'Except where otherwise noted, the contents of this website<br \/>\n';
		ccWords += 'are licensed under a Creative Commons License.\n';
		ccWords += '<\/div>\n';
		document.write(ccWords);
		document.close();
		}

