// JavaScript Document

function popupvideo(videofile)
{
	window.open("popupvideo.php?v="+videofile, "", "width=302,height=284");
}
