function playerWindow() {
	window.open(this.href, 'musicsamp', 'status=0,toolbar=0,location=0,menubar=0,resizable=0,scrollbars=0,height=100,width=400')
}

function instructionsWindow() {
	window.open(this.href, 'instructions', 'width=460,height=450,resizable,scrollbars')
}