function openPopup(video) {
	window.open( video ,'video','height=600,width=800,scrollbars=no,resizable');
}