// This is the JS to display the embed code for videos

function expandVideo()
{
	document.getElementById('video-embed').style.display='block';
	document.getElementById('embedcode').focus();
}
