﻿function videoPopup(url){
	window.open(url,"video_window","width=690,height=645,scrollbars=no");
	}
