function openELLVideo(vPageURL) {
	elocallinktvspon = window.open(
		vPageURL,
		'elocallinktvspon',
		'scrollbars=yes,resizable=yes,width=700,height=580,left=10,top=10,ScreenX=10,ScreenY=10'
	);
	elocallinktvspon.focus()
}

function swapVidThumb(thumbSrc) {
	theImg = document.getElementById("vidthumbholder");
	if(thumbSrc == "" || !thumbSrc)
		theImg.src = "images/vidthumb-default.jpg";
	else
		theImg.src = thumbSrc;
}
