function showVideo(video) {
	var popup = window.open('playVideo.jsp?video='+escape(video), '', 'width=480, height=272, toolbar=0, location=0, directories=0, status=0, menubar=0, titlebar=0, scrollbars=0, resizable=0');
}
