/* ------------------------------------------------------------------------------------------------------------ */
/* eca_showVideo																								*/
/* ------------------------------------------------------------------------------------------------------------ */
function eca_showVideo (i)
{
	document.getElementById("albumPage_bigPic").style.display = "none";
	top.albumFrame.location.replace("video" + i + ".html");
	document.getElementById("albumFrame").style.display	= "";
}
