
function video(url){
	window.open(url,"Video","width=800 height=800");
}

