<!--
function openVideo(URL,win,effects) {
  window.open(URL,win,effects);
}
//-->