function popUpWindowVid(path) {
window.open(path, "openWinVid", "width=650,height=500,resizable,scrollbars,screenx=400,screeny=3,left=200,top=3");
}

