function shownotes()
{	document.images[5].src="TFY-Music-Staff_02-over.gif";
	for(i=6; i<32; i+=2) document.images[i].style.visibility="visible";}

function hidenotes()
{	document.images[5].src="TFY-Music-Staff_02.gif";
	for(i=6; i<32; i+=2) document.images[i].style.visibility="hidden";}

function showbox(i)
{	document.images[i].style.visibility="visible";}

function hidebox(i)
{	document.images[i].style.visibility="hidden";}

function playsong(i)
{	window.open('Song' + (i) + '.html', '', 'toolbar=0, scrollbars=1, location=0, statusbar=0, menubar=0, resizable=1, width=400, height=340');}




function showsamples()
{	document.images[1].src="TFY-Bios_03-over.gif";
	document.getElementById("sampletable").style.visibility="visible";}

function hidesamples()
{	document.images[1].src="TFY-Bios_03.gif";
	document.getElementById("sampletable").style.visibility="hidden";}

function hidesamples_h()
{	document.images[1].src="TFY-Bios_03-down.gif";
	document.getElementById("sampletable").style.visibility="hidden";}


function showbios()
{	document.images[4].src="TFY-Bios_09-over.gif";
	document.getElementById("biotable").style.visibility="visible";}

function showbios_t()
{	document.images[4].src="TBio_09-over.gif";
	document.getElementById("biotable").style.visibility="visible";}

function hidebios()
{	document.images[4].src="TFY-Bios_09.gif";
	document.getElementById("biotable").style.visibility="hidden";}

function hidebios_k()
{	document.images[4].src="TFY-Bios_09-down.gif";
	document.getElementById("biotable").style.visibility="hidden";}

function hidebios_t()
{	document.images[4].src="TBio_09-down.gif";
	document.getElementById("biotable").style.visibility="hidden";}