function OpenVideo(sPath) 
{
	window.open(sPath, 'Video_Player', 'width=450,height=420,directories=no,menubar=no,location=no,resizable=no,scrollbars=no');
}