function showVideo(videoPath) {
	window.open("/About/Video-Player.aspx?videoPath="+videoPath,null,"height=300,width=380,status=no,toolbar=no,menubar=no,location=no");
}