var newWindow = null;
window.onload = newWinLinks;

function newWinLinks() {
	for (var i=0; i<document.links.length; i++) {
		document.links[i].onclick = chgWindowState;
	}
}

function windowOpen() {
	if (newWindow && !newWindow.closed) {
		return true;
	}
	return false;
}

function chgWindowState() {
	if (this.id == "gassho") {
			newWindow = window.open("music/1) Gassho.mp3","newWin","toolbar,location=yes,width=350,height=10");
	}
	if (this.id == "laughingbuddha") {
			newWindow = window.open("music/2) Laughing Buddha.mp3","newWin","toolbar,location=yes,width=350,height=10");
	}
	if (this.id == "osmogulosispleontis") {
			newWindow = window.open("music/3) Osmogulosis Pleontis.mp3","newWin","toolbar,location=yes,width=350,height=10");
	}
	if (this.id == "PrayersGermsandObsessionsNo17") {
			newWindow = window.open("music/4) Prayers, Germs and Obsessions No. 17.mp3","newWin","toolbar,location=yes,width=350,height=10");
	}
	if (this.id == "Duality") {
			newWindow = window.open("music/5) Duality.mp3","newWin","toolbar,location=yes,width=350,height=10");
	}
	if (this.id == "France") {
			newWindow = window.open("music/6) France.mp3","newWin","toolbar,location=yes,width=350,height=10");
	}
	if (this.id == "WaterMusic") {
			newWindow = window.open("music/7) Water Music.mp3","newWin","toolbar,location=yes,width=350,height=10");
	}
	if (this.id == "biog") {
			newWindow = window.open("index.htm","_self");
	}
	if (this.id == "disc") {
			newWindow = window.open("discography.htm","_self");
	}
	if (this.id == "impr") {
			newWindow = window.open("improvisation.htm","_self");
	}
	if (this.id == "artm") {
			newWindow = window.open("artmarkduo.htm","_self");
	}
	if (this.id == "shak") {
			newWindow = window.open("shakuhachi.htm","_self");
	}
	if (this.id == "teac") {
			newWindow = window.open("teaching.htm","_self");
	}
	if (this.id == "perf") {
			newWindow = window.open("performance.htm","_self");
	}
	if (this.id == "cont") {
			newWindow = window.open("contact.htm","_self");
	}
	if (this.id == "BackToTop") {
			newWindow = window.open("#top","_self");
	}
	if (this.id == "shaklink1") {
			newWindow = window.open("http://www.shakuhachiforum.com","newWin","toolbar,location=yes");
	}
	if (this.id == "shaklink2") {
			newWindow = window.open("http://www.komuso.com","newWin","toolbar,location=yes");
	}
	if (this.id == "shaklink3") {
			newWindow = window.open("http://www.shakuhachi.com","newWin","toolbar,location=yes");
	}
	if (this.id == "shaklink4") {
			newWindow = window.open("http://www.japanshakuhachi.com","newWin","toolbar,location=yes");
	}
	if (this.id == "email") {
			newWindow = window.open("mailto: markm@naropa.edu","_self");
	}
	return false;
}
