// JavaScript Document


window.onload = setItUp;



function setVideo1() {

	document.getElementById("videoBox").innerHTML = '<object width="340" height="300"><param name="movie" value="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/kieth.swf"></param><param name="wmode" value="transparent"></param><embed src="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/kieth.swf" type="application/x-shockwave-flash" wmode="transparent" width="340" height="300"></embed></object>';

}

function setVideo2 () {

document.getElementById("videoBox").innerHTML = '<object width="340" height="300"><param name="movie" value="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/george.swf"></param><param name="wmode" value="transparent"></param><embed src="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/george.swf" type="application/x-shockwave-flash" wmode="transparent" width="340" height="300"></embed></object>';

}

function setVideo3 () {

document.getElementById("videoBox").innerHTML = '<object width="340" height="300"><param name="movie" value="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/damian.swf"></param><param name="wmode" value="transparent"></param><embed src="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/damian.swf" type="application/x-shockwave-flash" wmode="transparent" width="340" height="300"></embed></object>';

}

function setVideo4 () {

document.getElementById("videoBox").innerHTML = '<object width="340" height="300"><param name="movie" value="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/paul.swf"></param><param name="wmode" value="transparent"></param><embed src="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/paul.swf" type="application/x-shockwave-flash" wmode="transparent" width="340" height="300"></embed></object>';

}

function setVideo5 () {

document.getElementById("videoBox").innerHTML = '<object width="340" height="300"><param name="movie" value="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/ryan.swf"></param><param name="wmode" value="transparent"></param><embed src="http://www.brickhousedirect.com/artists/celticthunder/ecards/christmasmessage/media/ryan.swf" type="application/x-shockwave-flash" wmode="transparent" width="340" height="300"></embed></object>';

}


function setItUp() {

	document.getElementById("vid1").onclick = setVideo1;
	document.getElementById("vid2").onclick = setVideo2;
	document.getElementById("vid3").onclick = setVideo3;
	document.getElementById("vid4").onclick = setVideo4;
	document.getElementById("vid5").onclick = setVideo5;

}