var vidcodes = new Array();
var titles = new Array();
vidcodes[0] = '<embed src="mediaplayer/mediaplayer.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="height=360&amp;width=400&amp;file=../video/bolshoiballetacademy-promo.flv&amp;link=video/bolshoiballetacademy-promo.flv&amp;autostart=true" width="400" height="360" />';
titles[0] = 'Bolshoi Ballet Academy Promotional Video';

vidcodes[1] = '<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ChPGzYL2bjE&hl=en_US&fs=1&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/ChPGzYL2bjE&hl=en_US&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>';
titles[1] = 'La Fille Mal Gardee - Moscow State Academy - part 1 of 2';

vidcodes[2] = '<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/C06n9vpTHhw&hl=en_US&fs=1&autoplay=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/C06n9vpTHhw&hl=en_US&fs=1&autoplay=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>';
titles[2] = 'La Fille Mal Gardee - Moscow State Academy - part 2 of 2';

function playVid(vid)
{
	document.getElementById('video').innerHTML = vidcodes[vid];
	document.getElementById('vidTitle').innerHTML = titles[vid];
}

