<!--
var currentLink
function showpic(link, name, useDimensions){
	var newWindow = window.open("", "photo")
	name = name.replace("<apostrophe>","'")
	newWindow.document.write('<html><head><style>')
	newWindow.document.write('b { font-size: 22pt; font-family:Arial}')
	newWindow.document.write('</style><title>' + name + '</title>')
	newWindow.document.write('<head><body bgcolor="D5D5FF"><br><br><br><center>')
	newWindow.document.write('<b>' + name + '</b><br><br>')
	if (useDimensions == 1){
		newWindow.document.write('<img src="pics\\' + link + '" /></center></body></html>')
	}
	else {
		newWindow.document.write('<img width=100% height=100% src="pics\\' + link + '" /></center></body></html>')
	}
	newWindow.document.close()
}
function clearText(){
	var bText1 = document.getElementsByTagName("span").item(0)
	while (bText1.childNodes.length > 0){
		bText1.removeChild(bText1.lastChild)
	}
}

function openNewLink(address){
	window.open(address)
}

function openlink(number) {
	if (number != currentLink) {
	clearText()
	var bText1 = document.getElementsByTagName("span").item(0)
	if (number == 1){
		var homeImage = document.createElement('img')
		homeImage.setAttribute("src", "pics\\logo.jpg")
		homeImage.setAttribute("width", "200")
		homeImage.setAttribute("height", "300")
		homeImage.setAttribute("alt","")
		bText1.appendChild(homeImage)
	}
	else if (number == 2){
		bText1.appendChild(document.createTextNode("C\u00EDan Vincent is a songwriter originally from Melbourne, Australia. At the age of 14, he moved back to the birthplace of his parents and got immersed in all things Irish."))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createTextNode("He has been writing songs since the age of 16 and has developed a unique style of guitar accompaniment to his songs which creates a sequenced-like array of notation which flows under his vocals, a style attributed to a youth spent in manys an underground dance club in London and Dublin. The end result is a rich and original musical experience with catchy songs to boot."))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createTextNode("C\u00EDan has shared the stage with the likes of Damien Rice, Paddy Casey, Mundy, Ann Scott, Damien Dempsey, and Valerie Francis."))
	}
	else if (number == 3){
		var link1 = document.createElement('a')
		var link2 = document.createElement('a')
		link1.setAttribute("href", "javascript:openNewLink('http://www.annscott.net')")
		link1.appendChild(document.createTextNode("Ann Scott"))
		
		link2.setAttribute("href", "javascript:openNewLink('http://www.alazarussoul.com')")
		link2.appendChild(document.createTextNode("Alazarus Soul"))
		
		bText1.appendChild(document.createTextNode("C\u00EDan Vincent's associates:"))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(link1)
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(link2)
	}
	else if (number == 4){
		bText1.appendChild(document.createElement('p'))
		bText1.appendChild(document.createTextNode("Here are the upcoming gig dates and venues:"))
		bText1.appendChild(document.createElement('p'))
		bText1.appendChild(document.createTextNode("01/12/2006 20:30 - Roisin Dubh, Galway - €25"))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createTextNode("04/12/2006 21:30 - Everyman Palace, Cork - €30"))
	}
	else if (number == 5){
		var mailtoLink = document.createElement('a')
		var mailtoLink2 = document.createElement('a')
		var myspaceLink = document.createElement('a')
		mailtoLink.setAttribute("href", "mailto:cianvincent@gmail.com")
		mailtoLink.appendChild(document.createTextNode("here"))
		bText1.appendChild(document.createTextNode("Email C\u00EDan "))
		bText1.appendChild(mailtoLink)
		bText1.appendChild(document.createTextNode(" or Text/Ring 086 1570727."))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createElement('br'))
		myspaceLink.setAttribute("href","javascript:openNewLink('http://www.myspace.com/cianvincent')")
		myspaceLink.appendChild(document.createTextNode('MySpace'))
		bText1.appendChild(document.createTextNode("C\u00EDan's "))
		bText1.appendChild(myspaceLink)
		bText1.appendChild(document.createTextNode(' page.'))
		/* mailtoLink2.setAttribute("href", "mailto:clough@gmail.com")
		mailtoLink2.appendChild(document.createTextNode("Maverick Press"))
		bText1.appendChild(mailtoLink2)
		bText1.appendChild(document.createTextNode(".")) */
	}
	else if (number == 6){
		var newlink1 = document.createElement('a')
		var pic1 = document.createElement('img')
		pic1.setAttribute("src","pics\\01_small.jpg")
		pic1.setAttribute("width", "80")
		pic1.setAttribute("height", "80")
		newlink1.setAttribute("href","javascript:showpic('01.jpg', '', 1)")
		newlink1.appendChild(pic1)

		var newlink2 = document.createElement('a')
		var pic2 = document.createElement('img')
		pic2.setAttribute("src","pics\\02.jpg")
		pic2.setAttribute("width", "80")
		pic2.setAttribute("height", "80")
		newlink2.setAttribute("href","javascript:showpic('02.jpg','', 1)")
		newlink2.appendChild(pic2)

		var newlink3 = document.createElement('a')
		var pic3 = document.createElement('img')
		pic3.setAttribute("src","pics\\03_small.jpg")
		pic3.setAttribute("width", "80")
		pic3.setAttribute("height", "80")
		newlink3.setAttribute("href","javascript:showpic('03.jpg', '', 1)")
		newlink3.appendChild(pic3)

		var newlink4 = document.createElement('a')
		var pic4 = document.createElement('img')
		pic4.setAttribute("src","pics\\04_small.jpg")
		pic4.setAttribute("width", "80")
		pic4.setAttribute("height", "80")
		newlink4.setAttribute("href","javascript:showpic('04.jpg','', 1)")
		newlink4.appendChild(pic4)

		var newlink5 = document.createElement('a')
		var pic5 = document.createElement('img')
		pic5.setAttribute("src","pics\\05_small.jpg")
		pic5.setAttribute("width", "80")
		pic5.setAttribute("height", "80")
		newlink5.setAttribute("href","javascript:showpic('05.jpg', '', 1)")
		newlink5.appendChild(pic5)

		var newlink6 = document.createElement('a')
		var pic6 = document.createElement('img')
		pic6.setAttribute("src","pics\\06_small.jpg")
		pic6.setAttribute("width", "80")
		pic6.setAttribute("height", "80")
		newlink6.setAttribute("href","javascript:showpic('06.jpg', '', 1)")
		newlink6.appendChild(pic6)

		var newlink7 = document.createElement('a')
		var pic7 = document.createElement('img')
		pic7.setAttribute("src","pics\\07_small.jpg")
		pic7.setAttribute("width", "80")
		pic7.setAttribute("height", "80")
		newlink7.setAttribute("href","javascript:showpic('07.jpg', '', 1)")
		newlink7.appendChild(pic7)

		var newlink8 = document.createElement('a')
		var pic8 = document.createElement('img')
		pic8.setAttribute("src","pics\\08_small.jpg")
		pic8.setAttribute("width", "80")
		pic8.setAttribute("height", "80")
		newlink8.setAttribute("href","javascript:showpic('08.jpg', '', 1)")
		newlink8.appendChild(pic8)

		var newlink9 = document.createElement('a')
		var pic9 = document.createElement('img')
		pic9.setAttribute("src","pics\\09_small.jpg")
		pic9.setAttribute("width", "80")
		pic9.setAttribute("height", "80")
		newlink9.setAttribute("href","javascript:showpic('09.jpg','', 1)")
		newlink9.appendChild(pic9)

		var newlink10 = document.createElement('a')
		var pic10 = document.createElement('img')
		pic10.setAttribute("src","pics\\10.jpg")
		pic10.setAttribute("width", "80")
		pic10.setAttribute("height", "80")
		newlink10.setAttribute("href","javascript:showpic('10.jpg', 'Picture 10', 0)")
		newlink10.appendChild(pic10)

		var newlink11 = document.createElement('a')
		var pic11 = document.createElement('img')
		pic11.setAttribute("src","pics\\11.JPG")
		pic11.setAttribute("width", "80")
		pic11.setAttribute("height", "80")
		newlink11.setAttribute("href","javascript:showpic('11.JPG', 'Picture 11', 0)")
		newlink11.appendChild(pic11)
		
		var newlink12 = document.createElement('a')
		var pic12 = document.createElement('img')
		pic12.setAttribute("src","pics\\12.JPG")
		pic12.setAttribute("width", "80")
		pic12.setAttribute("height", "80")
		newlink12.setAttribute("href","javascript:showpic('12.JPG', 'Picture 12', 0)")
		newlink12.appendChild(pic12)
		
		var newlink13 = document.createElement('a')
		var pic13 = document.createElement('img')
		pic13.setAttribute("src","pics\\13.JPG")
		pic13.setAttribute("width", "80")
		pic13.setAttribute("height", "80")
		newlink13.setAttribute("href","javascript:showpic('13.JPG', 'Picture 13', 0)")
		newlink13.appendChild(pic13)

		var newlink14 = document.createElement('a')
		var pic14 = document.createElement('img')
		pic14.setAttribute("src","pics\\14.JPG")
		pic14.setAttribute("width", "80")
		pic14.setAttribute("height", "80")
		newlink14.setAttribute("href","javascript:showpic('14.JPG', 'Picture 14', 0)")
		newlink14.appendChild(pic14)

		var newlink15 = document.createElement('a')
		var pic15 = document.createElement('img')
		pic15.setAttribute("src","pics\\15.JPG")
		pic15.setAttribute("width", "80")
		pic15.setAttribute("height", "80")
		newlink15.setAttribute("href","javascript:showpic('15.JPG', 'Picture 15', 0)")
		newlink15.appendChild(pic15)

		var newlink16 = document.createElement('a')
		var pic16 = document.createElement('img')
		pic16.setAttribute("src","pics\\16.JPG")
		pic16.setAttribute("width", "80")
		pic16.setAttribute("height", "80")
		newlink16.setAttribute("href","javascript:showpic('16.JPG', 'Picture 16', 0)")
		newlink16.appendChild(pic16)

		var newlink17 = document.createElement('a')
		newlink17.setAttribute("href","videos\\V01.avi")
		newlink17.appendChild(document.createTextNode('Video 01'))
		var pgraph = document.createElement('center')
		pgraph.appendChild(newlink17)

		bText1.appendChild(newlink1)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink2)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink3)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink4)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink5)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink6)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink7)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink8)
		bText1.appendChild(document.createElement('br'))
		/*bText1.appendChild(newlink9)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink10)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink11)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink12)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink13)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink14)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink15)
		bText1.appendChild(document.createTextNode(' '))
		bText1.appendChild(newlink16)
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(document.createElement('br'))
		bText1.appendChild(pgraph)*/
	}
	currentLink = number
	}
}
-->