function open_video(url) {
	video = window.open(url,"video",'toolbar=0,location=0,status=0,scrollbars=yes,resizable=0,width=377,height=472');
}