function videoPopup(popurl){
winpops=window.open(popurl,"Awards","width=335,height=300,scrollbars=no,left=10,top=10");
winpops.focus()
}