function enlarge_screen(y)
{
	var x=window.open("elac_video.htm","","scrollbars=no,width=505,height=340");
	x.location.hash=y;
}