function OpenWin(url){
  window.open(url, '_blank', 'scrollbars=yes,toolbar=yes,menubar=yes,resizable=yes,width=740,height=450');
}

function OpenPreviewWin(url){
  window.open(url, '_blank', 'scrollbars=yes,toolbar=yes,menubar=yes,resizable=yes,width=475,height=550');
}

function OpenVideoWin(url){
  window.open(url, '_blank', 'scrollbars=no,toolbar=no,menubar=no,resizable=no,width=380,height=540');
}