function buildNav(page) {
//	if (!page)
//		page = 0;
		
	var MM_contentVersion = 6;
	var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
	
	if (plugin) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
		
		for (var i = 0; i < words.length; ++i) {
			if (isNaN(parseInt(words[i])))
				continue;
			var MM_PluginVersion = words[i]; 
		}
		var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
	} else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
	   && (navigator.appVersion.indexOf("Win") != -1)) {
		document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
		document.write('on error resume next \n');
		document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
		document.write('</scr' + 'ipt\> \n');
	}
	if (MM_FlashCanPlay) {
		document.write('<img src="/images/subpage_title.gif" alt="Brian Sacawa" width="770" height="89" border="0" /><br /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="770" height="25" id="topnav" align="middle">');
		document.write('<param name="allowScriptAccess" value="always" /><param name="movie" value="topnav.swf?section=' + page + '" /><param name="quality" value="high" />'); 
		document.write('<param name="scale" value="exactfit" /><param name="salign" value="lt" /><param name="bgcolor" value="#000000" />'); 
		document.write('<embed src="/topnav.swf?section=' + page + '" quality="high" scale="exactfit" salign="lt" bgcolor="#000000" width="770" height="25" name="topnav" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');	
		document.write('<br /><img src="/images/spacer.gif" alt="" width="770" height="36" border="0" />');	
	} else {
		document.write('<img src="/images/topnav_noflash.gif" alt="" width="770" height="150" border="0" usemap="#noflashmap">');
		document.write('<map name="noflashmap">');
		document.write('<area shape="rect" coords="271,87,321,109" href="/index.html" alt="Home" />');
		document.write('<area shape="rect" coords="321,88,390,109" href="/bio.php" alt="Biography" />');
		document.write('<area shape="rect" coords="390,88,481,108" href="/performances.php" alt="Performances" />');
		document.write('<area shape="rect" coords="481,89,563,108" href="/discography.html" alt="Discography" />');
		document.write('<area shape="rect" coords="563,89,631,108" href="/premieres.php" alt="Premieres" />');
		document.write('<area shape="rect" coords="631,88,690,108" href="/contact.html" alt="Contact" />');
		document.write('<area shape="rect" coords="690,88,735,107" href="/audio.html" alt="Audio" />');
		document.write('<area shape="rect" coords="735,89,777,107" href="/links.html" alt="Links" /></map>');
	}
}

function credits() {
	creditwindow = window.open("credits.html", "credits", 'toolbar=no,location=no,directories=no,menubar=no,status=yes,width=350,height=165,resizable=no,scrollbars=no');

	if (window.focus)
		creditwindow.focus();
}

function showNotes(url) {
	
	noteswindow = window.open("notes/" + url + ".html", "programNotes", 'toolbar=no,location=no,directories=no,menubar=no,status=yes,width=400,height=450,resizable=yes,scrollbars=yes');

	if (window.focus)
		noteswindow.focus();
}
