function flash()
	{
		setInterval(FlashNow,500);

	}
	function FlashNow()
	{
		if (document.all)
		{
		
			
			if (document.all.imp.style.visibility =='visible')
			{
				document.all.imp.style.visibility = 'hidden';
				document.all.imp1.style.visibility ='visible';
			}else{
				document.all.imp1.style.visibility = 'hidden';
				document.all.imp.style.visibility = 'visible';
			}
		}else{
 

			if (document.layers.imp.visibility == 'show')
			{			
				document.layers.imp.visibility = 'hide';
				document.layers.imp1.visibility ='show';
			}else{
				document.layers.imp1.visibility = 'hide';
				document.layers.imp.visibility = 'show';
			}

              }//end else ns


	}//end function
function hl_on(obj,imgObj,fname)
	{
		obj.style.backgroundColor ="#ffee66";
		obj.style.borderColor ='#000099';
		obj.style.borderWidth ='2';
		imgObj.src = fname;
		
		
	}
	
	function hl_off(obj,imgObj,fname)
	{
		obj.style.backgroundColor ='#ccffcc';
		obj.style.borderColor ='#ffffff';
		obj.style.borderWidth ='0';
		imgObj.src = fname;	
		
	
	}
	function hln_on(i,i1)
	{


	document.layers[i].visibility = 'hide';
	document.layers[i1].visibility = 'show';
	//document.layers[i1].bgColor = '#cccccc'

	}
	function hln_off(i,i1)
	{
	document.layers[i1].visibility = 'hide';
	document.layers[i].visibility = 'show';
	//document.layers[i1].bgColor = '#ffffff'
	}

logo1 = "<img src='images01/logo.jpg' width=596 height=90>"
logo2 = "<img src='images01/logo1.jpg' width=596 height=90>"
logo1n = "<img src='images01/logo.jpg' width=576 height=90>"
logo2n = "<img src='images01/logo1.jpg' width=576 height=90>"
pic1 = "<img src='images01/marthabride.jpg' width=200 height=295 align=left>"
pic2 = "<img src='images01/martha2.jpg' width=200 height=310 align=left>"
pic3 = "<img src='images01/martha3.jpg' width=200 height=295 align=left>"
pic4 = "<img src='images01/martha2.jpg' width=200 height=310 align=left>"
pic5 = "<img src='images01/hair1.jpg' width=267 height=537 align=left>"
	function logo()
	{	
document.write("<div id = strip1 style='position:absolute;left:2%;top:1%;filter:shadow(color=#cccccc);'>");
//document.write("<img src ='images01/strip.jpg' width = 450 height = 78>");
document.write("<img src ='images01/harpgold.jpg' width =80 height =90>");
document.write("</div>");
document.write("<div id=strip2 style='position:absolute;left:88%;top:1%;filter:shadow(color=#cccccc);'>");
document.write("<img src='images01/harpgold.jpg' width=80 height=90>");
document.write("</div>");
document.write("<div id =head style='position:absolute;left:68%;top:1%;filter:shadow(color=#cccccc);'>");
document.write("<font color=#339911 size = '+4' face='Felix Titling'><b>  </b></font> </div>");
document.write("<div id=imp style='position:absolute;left:12%;top:1%;filter:shadow(color=#aaaaaa);visibility:visible;'>");
document.write(logo1);
document.write("</div>");
document.write("<div id=imp1 style='position:absolute;left:12%;top:1%;filter:shadow(color=#aaaaaa);visibility:hidden;'>");
document.write(logo2);
document.write("</div>");
document.write("<a name='Top'></a>");
	

	}//end logo
addr = "Contact: Martha Minogue"
tel = "Tel: 519-736-2778 or 416-309-9028"
fax = "Fax: 519-736-0088"

email = "<a href ='mailto:fiorino@uwindsor.ca?subject=Re:%20Wedding%20Harpist&body=I%20 saw%20your%20web%20site%20and%20I%20would....' Title='fiorino@uwindsor.ca'>Email: fiorino@uwindsor.ca </a>"

website ="www.coolcelticharpist.com "
fntaddr = "#339911"
sqr = "<img src='images01/irebut.jpg' width=12 height=12>"
function adr()
{

document.write("<font color=#330000 size='+1'><b>");
document.write("<div id = par style ='position:absolute;left:10%;top:43%;visibility:visible;'>");
document.write(sqr);
document.write(addr);
document.write("</div>");
document.write("<div id = tel style ='position:absolute;left:62%; top:43%;visibility:visible;'>");
document.write(sqr);
document.write(tel);
document.write("</div>");

//document.write("<div id = fax style ='position:absolute;left:76%; //top:43%;visibility:visible;'>");//document.write(sqr);
//document.write(fax);
//document.write("</div>");

document.write("<div id = em style ='position:absolute;left:10%; top:48%;visibility:visible;'>");
document.write("<font color=#330000 size='+1'><b>");
document.write(sqr);
document.write(email);

document.write("</div>");

document.write("<div id = em style ='position:absolute;left:62%; top:48%;visibility:visible;'>");
document.write(sqr);
document.write(website);
document.write("</font>");
document.write("</div></b>");
}//end adr
m1 ="<b> Home </b>";
m2 = "<b> Services </b>";
m3 = "<b> Preludes </b>";
m4 = "<b> Harp Music </b>";
m5 = "<b> Testimonials </b>";
//when passing name as a variable to function don't need single quotes
//when the name is supplied directly to function do need single quotes
but =" images01/irebut.jpg ";
butsmall  =" images01/irebut1.jpg ";

tbl ="<table border=0 background='images01/tblbgmenu.jpg'>";
tbltr ="<tr bordercolorlight='#aa6633' bordercolordark='#ff6633'>";
tbtd ="<td align='center' >";
fnt ="<font color='#aa6633' face='Arial'>";
indx = "<a href ='index.htm'>";
but1 ="<img src=" + but + " width = 120 height = 32 border=0 id=im1 onMouseOver='hl_on(this,im1,butsmall)' onMouseOut='hl_off(this,im1,but)'><br>";
but1n ="<img src=" + but + " width = 120 height = 32 border=0 id=im1 ><br>";
but2 ="<img src=" + but + " width = 120 height = 32 border=0 id=im2 onMouseOver='hl_on(this,im2,butsmall)' onMouseOut='hl_off(this,im2,but)'><br>";
but2n ="<img src=" + but + " width = 120 height = 32 border=0 id=im1 ><br>";
but3 ="<img src=" + but + " width = 120 height = 32 border=0 id=im3 onMouseOver='hl_on(this,im3,butsmall)' onMouseOut='hl_off(this,im3,but)'><br>";
but3n = "<img src=" + but + " width = 120 height = 32 border=0 id=im1 ><br>";
but4 ="<img src=" + but + " width = 120 height = 32 border=0 id=im4 onMouseOver='hl_on(this,im4,butsmall)' onMouseOut='hl_off(this,im4,but)'><br>";
but4n = "<img src=" + but + " width = 120 height = 32 border=0 id=im1 ><br>";
but5 ="<img src=" + but + " width = 120 height = 32 border=0 id=im5 onMouseOver='hl_on(this,im5,butsmall)' onMouseOut='hl_off(this,im5,but)'><br>";
but5n = "<img src=" + but + " width = 120 height = 32 border=0 id=im1 ><br>";
but1small ="<img src=" + butsmall + " width = 120 height = 29  style ='visibility:hidden'><br>";
but1nsmall ="<img src=" + butsmall + " width = 120 height = 29 ><br>";

spc ="<img src ='images01/white.gif' width = 100 height = 1 border = 0></td></a>";
//remove tr
sec02 ="<a href ='section02.htm'>";
sec03 ="<a href ='section03.htm'>";
sec04 ="<a href ='section04.htm'>";
sec05 ="<a href ='section05.htm'>";
tbend ="</tr></table>";
mt = "top:28%";
ml = "left:10%;";

	function menu()
	{
document.write("<div id =itms style='position:absolute;left:10%;top:28%;visibility:visible; '>");
document.write(tbl);
document.write(tbltr);
document.write(tbtd);

document.write(fnt);
document.write(indx);
document.write(m1 + "<br>");
document.write(but1);

document.write("</font><br>");

document.write(spc);

document.write(tbtd);

document.write(fnt);
document.write(sec02);
document.write(m2 + "<br>");
document.write(but2);
document.write("</font><br>");

document.write(spc);

document.write(tbtd);

document.write(fnt);
document.write(sec03);
document.write(m3 + "<br>");
document.write(but3);
document.write("</font><br>");

document.write(spc);

document.write(tbtd);

document.write(fnt);
document.write(sec04);
document.write(m4 + "<br>");
document.write(but4);
document.write("</font><br>");

document.write(spc);

document.write(tbtd);

document.write(fnt);
document.write(sec05);
document.write(m5 + "<br>");
document.write(but5);
document.write("</font><br>");

document.write(spc);
document.write(tbend );
document.write("</div>");
//second
document.write("<div id =small style='position:absolute;left:2%;top:42%;visibility:hidden; '>");
document.write(tbl);
document.write(tbltr);
document.write(tbtd);

document.write(fnt);
document.write(indx);
document.write(but1small);

document.write( m1 + "</font><br>");

document.write(spc);
// spc contains the end tag for a href
document.write(tbtd);

document.write(fnt);
document.write(sec02);
document.write(but1small);
document.write( m2 +  "</font><br>");

document.write(spc);

document.write(tbtd);

document.write(fnt);
document.write(sec03);
document.write(but1small);
document.write(m3 + "</font><br>");

document.write(spc);

document.write(tbtd);

document.write(fnt);
document.write(sec04);
document.write(but1small);
document.write( m4 + "</font><br>");

document.write(spc);

document.write(tbtd);

document.write(fnt);
document.write(sec05);
document.write(but1small);
document.write( m5 + "</font><br>");

document.write(spc);
document.write(tbend );
document.write("</div>");

	}//end menu
fntsec = "<font color=" + fntaddr + " size='+2' face='Franklin Gothic'>"
nt ="<img src='images01/note1.jpg' width=47 height=47 align=left>"

sec1 ="<b><H>YOU CAN ENJOY THE EXQUISITE BEAUTY OF MY HARP MUSIC ON YOUR SPECIAL WEDDING DAY AND ON ALL THOSE MEMORABLE OCCASIONS:</H></b><br>Choose a romantic instrument to play evocative melodies.<br><br>" + pic1 + "<b><ul><li>"+ nt+"Classical<li>"+nt +" Baroque<li>" +nt + "Romantic<li>"+ nt +" Medieval<li>" +nt + "Contemporary <li>"+ nt+ "Sacred Music<li><br>" + nt +"Renaissance Music <li>"+nt+ "Beautiful Celtic airs<li>" + nt+ "Easy Listening <li><br><br>" +nt +"Italian Arias<li>" +nt + "Latin American<br><br><br></ul>The harp is the perfect instrument to add a touch of class to the mood of your memorable moments. </b><br>"
song = "music/memories16.mp3"
mediaplay = "<EMBED WIDTH='0' HEIGHT='0'  SRC=" 
mediaend =" AUTOSTART='1' SHOWSTATUSBAR='0' SHOWDISPLAY='0' SHOWCONTROLS='0'>"
mediaendH=" AUTOSTART='0' SHOWSTATUSBAR='0' SHOWDISPLAY='0' SHOWCONTROLS='0' HIDDEN='TRUE'>"
mediaplay4 ="<bgsound id='bride' loop=1 src ='music/aveend1.wav'>"
function harpgld()
{

document.write("<a href ='mailto:fiorino@UWindsor.ca' title='martha@coolcelticharpist.com'>");
document.write("<center><img src ='images01/harpgold.jpg' width =80 height =90> </center><center><b><font size='+1'> martha@coolcelticharpist.com </center></b></font></a>");


}

	function indexsection01 ()
	{
	
document.write("<div id=txt style='position:absolute;left:10%;top:56%;filter:shadow(color=#eeeeee);'>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec1);
//document.write("<br><b>...AND NOW SOME MUSIC<br>A Russian lullaby.</b><br>");
document.write(mediaplay + song + mediaend);
document.write("</td></tr></table>");
document.write("<center><a href='index.htm'><font size=+1>Home </a>");
document.write("<img src ='images01/harpgold.jpg' width =80 height =90 style='position:relative;filter:shadow(color=#000000)' border='2'> ");

document.write("<a href='section02.htm'>Next</a></center></font>");
alogo();
document.write("</font></div>");
	
	}//end indexsection01	
function alogo()
{
	document.write("<center><table bgcolor=#ffffff border = 2 bordercolor=#ffffff><tr><td>");
document.write(fntsec);
document.write("<font size =3><b>");
//document.write(space);
document.write("<br>&copy; Copyright 2003<br>");
document.write("<a href ='http://www.artbus.co.uk' title='www.artbus.co.uk'><b>");
document.write(" Designed / Programmed by:<br>www.artbus.co.uk <img src ='images01/artbus.jpg' width='200' height='50' align ='left'></a></b>");
document.write("</td></tr></font></table></center>");


}
sec2 = "<b>MY HARP MUSIC EVOKES THE PERFECT MOOD AT: </b><br><br>" + pic2 +"<b><ul><li>"+ nt+"Church Ceremonies<li>"+nt +" Civil Ceremonies<li>" +nt +"Wedding Receptions<li>"+ nt +" Wedding Luncheons<li>" +nt + "Cocktail hours <li>"+ nt+ "Garden Parties<li>" + nt +"Showers <li>" +nt+ "Professional Occasions<li>" + nt+ "Christmas Parties<li>" + nt+ "Corporate Functions<li><br><br>" + nt + "Anniversaries<li>" + nt + "All Occasions </ul><br>The beauty and romance of your special occasions will be enhanced by melodies played on this romantic instrument. </b>"


	function section02()
	{
	song ='music/lullabymono.mp3';
document.write("<div id=txt style='position:absolute;left:10%;top:56%;filter:shadow(color=#eeeeee)'>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec2);
document.write(mediaplay + song + mediaend);
document.write("</td></tr></table>");
document.write("<center><a href='index.htm'><font size=+1>Home </a>");
document.write("<img src ='images01/harpgold.jpg' width =80 height =90 border='2'> ");

document.write("<a href='section03.htm'>Next</a></center></font>");
document.write("</font></div>");

	}//end section02
sec3 = "<b>PRELUDES/INCIDENTAL MUSIC FOR WEDDINGS </b><br><br>" + pic3 + "<b><ul><li>"+ nt+"O Perfect Love<li>"+nt +" Grace, Falling like Rain<li>" +nt + "Jesu, Joy of Man's Desiring<li><br>"+ nt +" Packelbel's Canon<li>" +nt + "St. Anthony's Chorale <li>"+ nt+ "New World Symphony<li>" + nt +"Other preludes and incidental music <li><br><br><br>"+nt+ "Other Chorales<li>" + nt+ "The Prayer by D. Foster<li>" +nt +"Panis Angelicus by D. Franck<li>" + nt + "Ave Maria<li>" + nt + "A Time For Us from Romeo & Juliet<li>" + nt +"And Many More<li></ul>Exquisite harp music to enjoy on your wedding day. </b>"

	function section03()
	{
	   song ='music/romance16.mp3';
		document.write("<div id=txt style='position:absolute;left:10%;top:56%;filter:shadow(color=#eeeeee)'>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec3);
document.write(mediaplay + song + mediaend);
document.write("</td></tr></table>");
document.write("<center><a href='index.htm'><font size=+1>Home </a>");
document.write("<img src ='images01/harpgold.jpg' width =80 height =90 border='2'> ");

document.write("<a href='section04.htm'>Next</a></center></font>");
document.write("</font></div>");
	}//end section03
function PlayBride()
	{
		if (document.all)
		{
			document.all['bride'].src = 'music/bride16mono.mp3'

		}

	}
function PlayTune()
	{
		if (document.all)
		{
			document.all['bride'].src = 'music/trumpettune.mp3'

		}

	}
function PlayVol()
	{
		if (document.all)
		{
			document.all['bride'].src = 'music/trumpetvol.mp3'

		}

	}
function PlayMan()
	{
		if (document.all)
		{
			document.all['bride'].src = 'music/mandesmono.mp3'

		}

	}

snd1 =" <div id=bridesound style='position:absolute;left:41%;top:80%'><img src='images01/play.gif' width =20 height=20 onClick='PlayBride()'></div>"
snd2 =" <div id=bridesound style='position:absolute;left:48%;top:86%'><img src='images01/play.gif' width =20 height=20 onClick='PlayTune()'></div>"
snd3 =" <div id=bridesound style='position:absolute;left:55%;top:92%'><img src='images01/play.gif' width =20 height=20 onClick='PlayVol()'></div>"
snd4 =" <div id=bridesound style='position:absolute;left:41%;top:104%'><img src='images01/play.gif' width =20 height=20 onClick='PlayMan()'></div>"
pl="<img src ='images01/play.gif' width = 20 height=20>"

sec4 = "<b> POPULAR PROCESSIONAL & RECESSIONAL MUSIC </b><br>Click on the symbol "+pl  +pic4 + " below to download music.<b><ul><li>"+ nt+" Here Comes the Bride<li>"+nt +" Trumpet Tune by Purcell<li>" +nt + "Trumpet Voluntary by Purcell<li>"+ nt +" Jesu, Joy of Man's Desiring by Bach <br><li>" +nt + "Ode to Joy by Beethoven<li>"+ nt+ " Packelbel's Canon<li>" + nt +"Other processionals and recessionals<li>"+nt +"And Many More</ul><br><br><ul> A memorable day can be made impressively beautiful with harp music. </ul></b>" 
	function section04()
	{

song ='music/mandesmono.mp3';
songbride='music/bride16mono.mp3';
songtune='music/trumpettune.mp3';
songvol ='music/trumpetvol.mp3';
songman ='music/mandesmono.mp3';
document.write("<div id=txt style='position:absolute;left:10%;top:56%;filter:shadow(color=#eeeeee)'>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec4);
//document.write(mediaplay + song + mediaend);
document.write(mediaplay4);
document.write(mediaplay + songbride + mediaendH);
document.write(mediaplay + songtune + mediaendH);
document.write(mediaplay + songvol + mediaendH);
document.write(mediaplay + songman + mediaendH);
document.write("</td></tr></table>");
document.write("<center><a href='index.htm'><font size=+1>Home </a>");
document.write("<img src ='images01/harpgold.jpg' width =80 height =90 border='2'> ");

document.write("<a href='section05.htm'>Next</a></center></font>");
document.write("</font></div>");
document.write(snd1);
document.write(snd2);
document.write(snd3);
document.write(snd4);
	}//end section04
sec5 ="<b>COMMENTS AND VENUES WHERE I HAVE PLAYED </b><br><br>" + pic5 + "<b><ul><li><font size='-1'>"+nt +"'Your splendid harp music made our reception a great success and a truly enjoyable experience. Thank You.' Gov. Ministers' Reception.<li><li>" +nt + "'Thank you for the beautiful harp music you played at our event, many guests commented on how incredibly lovely it was.' Essex Civic Centre. <li><li>"+ nt +"'Thank you for the beautiful harp music you played at out wedding. You were a great harpist and the music was wonderful.' The Bride, Willistead Manor.</font><br><br><br>...AND NOW SOME VENUES<br><br><li>" +nt + "Willistead Manor<li>"+ nt+ "Beach Grove, Essex & Point West Golf Clubs <li>" + nt +"Caboto Club <li>" + nt+"Red Cross Gala Banquet<li>"+ nt + "Ciociaro & Fogolar Clubs <li>" + nt + " St. Angela's Italian Church <li><br><br>" + nt + "St. Andrew's Church<li>" + nt + "St. Patrick's Church <li>" + nt + "Windsor Celtic Festival<li>" + nt + "Toronto Folk Harp Festival <li><br>" + nt + "Hiram Walker Reception Centre <li> "+ nt + "Mackenzie Hall <li>" + nt + "University Community Church</ul> </b>"

	function section05()
	{
song ='music/ariosomono.mp3';
	document.write("<div id=txt style='position:absolute;left:10%;top:56%;filter:shadow(color=#eeeeee)'>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec5);
document.write(mediaplay + song + mediaend); 
document.write("</td></tr></table>");
document.write("<center><a href='index.htm'><font size=+1>Home </a>");
document.write("<img src ='images01/harpgold.jpg' width =80 height =90 border='2'> ");

document.write("<a href='section04.htm'>Previous</a></center></font>");
document.write("</font></div>");
	

	}//end section05



//ns section

wh = "<img src='images01/white.jpg' width = 6 height = 5 border=0>"
whi = "<img src='images01/white.jpg' width = 30 height = 5 border=0>"
whi1 ="<img src='images01/white.jpg' width =19 height = 5 border=0>"
function menun()
	{

document.write("<layer id=zero left=10% top=30% visibility=show onMouseOver='hln_on(0,1)' onMouseOut='hln_off(0,1)'>");	
document.write("<a href='index.htm'>");
document.write(whi1);
document.write("<b>" + m1 + "</b><br>");
document.write(but1n);
document.write("</a></layer>");
document.write("<layer id=one left=10% top=30% visibility=hide onMouseOver='hln_on(0,1)' onMouseOut='hln_off(0,1)'>");
document.write("<a href='index.htm'>");
document.write(whi1);
document.write("<b>" + m1 + "</b><br>");
document.write(but1nsmall);
document.write("</a></layer>");

document.write("<layer id=two left=27% top=30% visibility=show onMouseOver='hln_on(2,3)' onMouseOut='hln_off(2,3)'>");
	
document.write("<a href='section02.htm'>");
document.write(whi);
document.write("<b>" + m2 +"</b><br>");
document.write(but1n);
document.write("</a></layer>");
document.write("<layer id=three left=27% top=30% onMouseOver='hln_on(2,3)' onMouseOut='hln_off(2,3)' visibility=hide>");
	
document.write("<a href='section02.htm'>");
document.write(whi);
document.write("<b>" + m2 +"</b><br>");
document.write(but1nsmall);
document.write("</a></layer>");


document.write("<layer id=four left=44% top=30% visibility=show onMouseOver='hln_on(4,5)' onMouseOut='hln_off(4,5)'>");
	
document.write("<a href='section03.htm'>");
document.write(whi);
document.write("<b>" + m3 + "</b><br>");
document.write(but1n);
document.write("</a></layer>");
document.write("<layer id=five left=44% top=30% visibility=hide onMouseOver='hln_on(4,5)' onMouseOut='hln_off(4,5)'>");
	
document.write("<a href='section03.htm'>");
document.write(whi);
document.write("<b>" + m3 + "</b><br>");
document.write(but1nsmall);
document.write("</a></layer>");

document.write("<layer id=six left=61% top=30% visibility=show onMouseOver='hln_on(6,7)' onMouseOut='hln_off(6,7)'>");
	
document.write("<a href='section04.htm'>");
document.write(wh);
document.write("<b>" + m4 + "</b><br>");
document.write(but1n);
document.write("</a></layer>");

document.write("<layer id=seven left=61% top=30% visibility=hide onMouseOver='hln_on(6,7)' onMouseOut='hln_off(6,7)'>");
	
document.write("<a href='section04.htm'>");
document.write(wh);
document.write("<b>" + m4 + "</b><br>");
document.write(but1nsmall);
document.write("</a></layer>");

document.write("<layer id=eight left=78% top=30% visibility=show onMouseOver='hln_on(8,9)' onMouseOut='hln_off(8,9)'>");
	
document.write("<a href='section05.htm'>");
document.write(whi);
document.write("<b>" + m5 + "</b><br>");
document.write(but1n);
document.write("</a></layer>");

document.write("<layer id=nine left=78% top=30% visibility=hide onMouseOver='hln_on(8,9)' onMouseOut='hln_off(8,9)'>");
	
document.write("<a href='section05.htm'>");
document.write(whi);
document.write("<b>" + m5 + "</b><br>");
document.write(but1nsmall);
document.write("</a></layer>");
	

	}//end menun

function logon()
	{
document.write("<layer id = strip1 left=1% top=1%>");
//document.write("<img src ='images01/strip.jpg' width = 840 height = //90></layer>");
document.write("<img src ='images01/harpgold.jpg' width =79 height =90>");
document.write("</layer>");
document.write("<layer id=strip2 left=88% top=1%>");
document.write("<img src='images01/harpgold.jpg' width=80 height=90>");
document.write("</layer>");

document.write("<layer id =text left = 75% top = 7%>");
document.write("<font color=#aaaaaa size= '+5' face='Century Gothic'><b> </b></layer>");
document.write("<layer id =text left = 75% top = 6%>");
document.write("<font color=#339911 size= '+5'><b> </b></layer>");
document.write("<layer id=imp left=11% top=1% visibility=show>");
document.write(logo1n);
document.write("</layer>");
document.write("<layer id=imp1 left=11% top=1% visibility=hide>");
document.write(logo2n);
document.write("</layer></font>");
//moved for adjustment
document.write("<layer id = strip1 left=1% top=1%>");
//document.write("<img src ='images01/strip.jpg' width = 840 height = //90></layer>");
document.write("<img src ='images01/harpgold.jpg' width =78 height =90>");
document.write("</layer>");
	
	}//end logon
function adrn()
{

document.write("<font color=#555511 size='+1' face='New Times Roman'><b>");
document.write("<layer id = par left=2% top=46% visibility=show>");
document.write(sqr);
document.write(addr);
document.write("</layer>");
document.write("<layer id = te left=56% top=46% visibility=show>");
document.write(sqr);
document.write(tel);
document.write("</layer>");

document.write("<layer id = fa left=76%  top=46% visibility=show>");
document.write(sqr);
document.write(fax);
document.write("</layer>");

document.write("<layer id = em left=2% top=52% visibility=show>");
document.write(sqr);
document.write(email);
document.write("</layer>");

document.write("<layer id = em left=56% top=52% visibility=show>");
document.write(sqr);
document.write(website);
document.write("</layer></b>");
}//end adrn

sec1n ="<b>YOU CAN ENJOY THE EXQUISITE BEAUTY OF MY HARP MUSIC ON ALL YOUR SPECIAL OCCASIONS:</b><br>Choose a romantic instrument to play evocative melodies." + pic1 + "<b><ul><li>" +"Classical<li>" +" Baroque<li>"  + "Romantic<li>" +" Medieval<li>" + "Contemporary <li>"+ "Sacred Music<li>"  +"Renaissance Music <li>"+ "Beautiful Celtic airs<li>" + "Popular Favourites<br><br><br></ul><br>The Celtic harp is the perfect instrument to add a touch of class to the mood of your memorable moments. </b>"

	
function indexsection01n()
	{
	
document.write("<layer id=txt left=10% top=58%>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec1n);

document.write("</td></tr></table>");
harpgld();
alogo();

document.write("</font></layer>");

	
	}//end indexsection01n
sec2n = "<b>MY HARP MUSIC EVOKES THE PERFECT MOOD AT: </b>" + pic1 + "<b><ul><li>"+"Church Ceremonies<li>" +" Civil Ceremonies<li>" + "Wedding Receptions<li>" +" Wedding Luncheons<li>" + "Cocktail hours <li>"+ "Garden Parties<li>"  +"Showers <li>"+ "Professional Occasions<li>" + "All Occasions</ul><br><br><br>The beauty and romance of your special occasions will be enhanced by melodies played on this romantic instrument. </b>"


function section02n()
	{
	
document.write("<layer id=txt left=10% top=58%>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec2n);
document.write("</td></tr></table>");
harpgld();
document.write("</font></layer>");


	}//end section02n
sec3n = "<b>PRELUDES/INCIDENTAL MUSIC FOR WEDDINGS </b><br>" + pic1 + "<b><ul><li>"+"O Perfect Love<li>" +" Grace, Falling like Rain<li>" + "Jesu, Joy of Man's Desiring<li>" +" Packelbel's Canon<li>" + "St. Anthony's Chorale <li>"+ "New World Symphony<li>" +"Other preludes and incidental music <li>"+ "Other Chorales<li>"+ "And Many More</ul><br>Exquisite harp music to enjoy on your wedding day. </b>"
	
function section03n()
	{
document.write("<layer id=txt left=10% top=58%>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec3n);
document.write("</td></tr></table>");
harpgld();
document.write("</font></layer>");
	}//end section03n
sec4n = "<b> POPULAR PROCESSIONAL & RECESSIONAL MUSIC </b><br>" + pic1 + "<b><ul><li>"+"Here Comes the Bride<li>" +" Trumpet Tune by Purcell<li>" + "Trumpet Voluntary by Purcell<li>" +" Packelbel's Canon<li>" + "Ode to Joy by Beethoven<li>"+ "Jesu, Joy of Man's Desiring by Bach<li>" +"Other processionals and recessionals<li>" + "And Many More </ul><br> A memorable day can be made impressively beautiful with harp music. </b>"

	function section04n()
	{
document.write("<layer id=txt left=10% top=58%>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec4n);
document.write("</td></tr></table>");
harpgld();
document.write("</font></layer>");

	}//end section04n
sec5n ="<b>COMMENTS AND VENUES WHERE I HAVE PLAYED </b>" + pic1 + "<b><ul><font size='-1'>" +"'Your splendid harp music made our reception a great success and a truly enjoyable experience. Thank You.'  Gov. Ministers' Reception.<br><br>" + "'Thank you for the beautiful harp music you played at our event, many guests commented on how incredibly lovely it was.' Essex Civic Centre. <br><br>" +"'Thank you for the beautiful music.' The Bride, Willistead Manor.</ul></font><br><br>...AND NOW SOME VENUES<br><ul><li>" + "Willistead Manor<li>"+ "Beach Grove Golf Club<li>" +"Hiram Walker Reception Centre<li>"+ "Mackenzie Hall<li>" + "Masonic Hall <li>" + "St. Andrews Church<li>" + "St. Matthew's Church <li>" + "Windsor Celtic Festival<li>" + "Toronto Folk Harp Festival <li>"  + "Irish Canadian Cultural Club<li> " + "Thistle Lodge<li>"  + "University Community Church</ul> </b>"

function section05n()
	{
document.write("<layer id=txt left=10% top=58%>");

document.write("<table border=0 width =95%><tr><td>");

document.write(fntsec);
document.write(sec5n);

document.write("</td></tr></table>");
harpgld();
document.write("</font></layer>");
	

	}//end section05n

	


	


