// pop up window
function videoOpen(dispFile){
    win1 = window.open(dispFile,"Window","width=280,height=240,resizable=yes,scrollbars=no");
}
