function video_popup(movie, w,h){
	window.open(movie, 'clip', "location=0,status=1,scrollbars=1,width=" + w + ",height=" + h);
}
