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