
			function openVideoPlayer(videoCode, width, height)
			{
				window.open("VideoPlayer.aspx?movie=" + videoCode, "VideoWindow", "width="+ width + ",height="+ height +" ,toolbar=no,resizable=no,menubar=no,location=no");
			}
	
