// JavaScript Document

function videoWin(file)
{
	window.open('fs-video.php?video=' + file,'videoviewer','width=700,height=600,resizable=no');
}
