function popUphi(URL,vidWidth,vidHeight,vidLeft,vidTop) {
  day = new Date();
  id = day.getTime();
  if (vidWidth === undefined ) {
      vidWidth = '284';
  }
  if (vidHeight === undefined ) {
      vidHeight = '228';
  }
  if (vidLeft === undefined ) {
      vidLeft = '302';
  }
  if (vidTop === undefined ) {
      vidTop = '50';
  }

  eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+vidWidth+",height="+vidHeight+",left="+vidLeft+",top="+vidTop+"');");
}

function popUplo(URL,vidWidth,vidHeight,vidLeft,vidTop) {
  day = new Date();
  id = day.getTime();
  if (vidWidth === undefined ) {
      vidWidth = '142';
  }
  if (vidHeight === undefined ) {
      vidHeight = '120';
  }
  if (vidLeft === undefined ) {
      vidLeft = '302';
  }
  if (vidTop === undefined ) {
      vidTop = '50';
  }
  eval("page" + id + " = window.open(URL, '" + id + "','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+vidWidth+",height="+vidHeight+",left="+vidLeft+",top="+vidTop+"');");
}
