// JavaScript Document
<!-- Hide script from old browsers	
	MusicHead=new Array
	MusicImg=new Array
	MusicInfo=new Array		
	MusicInfo[1] ="<p align='center'><Strong><u>PIANO.</u></strong></p><p>Private Lessons in piano is available at all levels. &nbsp;Weekend workshops are periodically available.<br/>Contact the center for times and vacancies.<\/p>"	
	MusicImg[1]="<div align='center'><img name='MyImage' width='200' height='200' id='MyImage' src='Images/grand02.gif'><\/div>"
	
	MusicHead[2]="<p><Strong><u>KEYBOARD.</u></strong><\/p>"
	MusicInfo[2]="<p align='center'><Strong><u>KEYBOARD.</u></strong></p><p>There are day and evening classes running in keyboard music at the center.<br/> Classes consist of six people, participants range from eight to eighty year olds, adults and children are not in the same classes.<br/>Weekend workshops are periodically available.<br/><strong>Private tuition by arrangement.</strong><\/p>"
	MusicImg[2]="<div align='center'><img name='MyImage' width='150' height='100' id='MyImage' src='Images/keys26.gif'><\/div>"	
	
	MusicHead[3]="<p><Strong><u>HARP.</u></strong><\/p>"
	MusicInfo[3]="<p align='center'><Strong><u>HARP.</u></strong></p><p>It is not hard to get a tune out of a Celtic Harp, even for beginners but you could spend a lifetime mastering it.<br/> Here we specialise in music that was written for the Celtic Harp.<br/> Weekend workshops are periodically available, harps provided.<br/><strong>Private tuition by arrangement.</strong><\/p>"	
	MusicImg[3]="<div align='center'><img name='MyImage' width='150' height='200' id='MyImage' src='Images/harp19.gif'><\/div>"
	
	MusicHead[4]="<p><Strong><u>GUITAR.</u></strong><\/p>"
	MusicInfo[4]="<p align='center'><Strong><u>GUITAR.</u></strong></p><p>Courses available for the beginner and for the more advanced students.<br/>Weekend workshops are periodically available.<br/><strong>Private tuition by arrangement.</strong><\/p>"	
	MusicImg[4]="<div align='center'><img name='MyImage' width='100' height='200' id='MyImage' src='Images/gtr113.gif'><\/div>"
	
	MusicHead[5]="<p><Strong><u>BODHRAN.</u></strong><\/p>"
	MusicInfo[5]="<p align='center'><Strong><u>BODHRAN.</u></strong></p><p>The bodhran is an Irish frame drum ranging from 25 to 65 cm in diameter, with most drums measuring 35 to 45 cm. The sides of the drum are 9 to 20 cm deep.</p><p>Weekend workshops are periodically available.<br/><strong>Private tuition by arrangement.</strong><\/p>"	
	MusicImg[5]="<div align='center'><img name='MyImage' width='150' height='150' id='MyImage' src='Images/bodhrans3.jpg'><\/div>"
	
	MusicHead[6]="<p><Strong><u>RECORDER and TIN WHISTLE.</u></strong><\/p>"
	MusicInfo[6]="<p align='center'><Strong><u>RECORDER and TIN WHISTLE.</u></strong></p><p>The tin whistle, also called the tinwhistle, whistle, penny whistle, Irish whistle, fead&oacute;g, or fead&oacute;g stain is a simple six-holed woodwind instrument. It is an end blown fipple flute, putting it in the same category as the flageolet, recorder, Native American flute, and other woodwind instruments. A tin whistle player is called a tin whistler or whistler.</p><p>The recorder and tin Whistle classes are held at the center.<br/>Weekend workshops are periodically available.<br/><strong>Private tuition by arrangement.</strong><\/p>"	
	MusicImg[6]="<div align='center'><img name='MyImage' width='150' height='150' id='MyImage' src='Images/180px-Tin_Whistle[1].jpg'><\/div>"
	
	MusicHead[7]="<p><Strong><u>FIDDLE.</u></strong><\/p>"
	MusicInfo[7]="<p align='center'><Strong><u>FIDDLE.</u></strong></p><p>Weekend workshops are periodically available.<br/><strong>Private tuition by arrangement.</strong><\/p>"	
	MusicImg[7]="<div align='center'><img name='MyImage' width='80' height='180' id='MyImage' src='Images/TN_HOM_001D[1].jpg.'><\/div>"
	
	MusicHead[8]="<p><Strong><u>CELTIC MUSIC PART I.</u></strong><\/p>"
	MusicInfo[8]="<p align='center'><Strong><u>CELTIC MUSIC PART I.</u></strong></p><p>Do you love the Scottish, Welsh, and Irish music?<br/>This course will show you some of the beauties and intricacies of the tunes and songs, but you don't have to be a musician to be able to enjoy, understand and gain benefit from the 5 week course( Also available by correspondence. Included are four CD&acute;s to enable the student to listen and evaluate the music in light of the information from the course.)</p><p>The course is designed to give people an understanding of factors that have influenced the development of Celtic Music, which together with poetry are the main artistic avenues used by the Celtic peoples.<br/> One of the easiest ways to understand Celtic philosophy and society is via their poetry and music. <\/p>"	
	MusicImg[8]="<div align='center'><img name='MyImage' width='150' height='100' id='MyImage' src='Images/burmound.gif'><\/div>"	
	function FillCell(thisDay)	
	{	
	document.getElementById("cel1").innerHTML=MusicInfo[thisDay];
	document.getElementById("cel2").innerHTML=MusicImg[thisDay];
	var scnHgt, HedHgt, TblHgt, ContHgt,scnHeight,FootHgt, MnuHgt
	var scnWith, HedWth, TblWth, ContWth, scnWidth, ActWth, ContLeft	
	var MainTop
  scnWidth = 0, scnHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    scnWidth = window.innerWidth;
    scnHeight = window.innerHeight;	
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    scnWidth = document.documentElement.clientWidth;
    scnHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    scnWidth = document.body.clientWidth;
    scnHeight = document.body.clientHeight;
  }  
  	MainTop=document.getElementById('maincontent').offsetTop;  	
	FootHgt=document.getElementById('footer').offsetHeight;	    
	document.getElementById('container').style.height=scnHeight;
	ContWth=document.getElementById('container').offsetWidth;	
	ContLeft=document.getElementById('container').offsetLeft;	
	TblWth=(ContWth-20)+"px";	
	document.getElementById("MusicTableHeader").style.left = ContLeft;			
	document.getElementById("MusicTableHeader").style.width = TblWth;	
	document.getElementById("MusicTableHeader").style.top = HedHgt + 2 + "px";
	TblHgt=document.getElementById("MusicTableHeader").offsetHeight;	
	
	if(TblHgt <= 348)
	{	
	ContHgt=MainTop+TblHgt+FootHgt + "px"		
	document.getElementById("container").style.height = ContHgt;	
	}
	else
	{		
	ContHgt=MainTop+TblHgt+FootHgt+"px"	
	document.getElementById("container").style.height = ContHgt;	
	}	
<!--end New Width And Hieght-->		
	}			
	// End hiding script from old browsers -->	
	
