function immervorn() {
  self.focus();
  window.setTimeout("immervorn()",1000);
}

function popUp1(wintype)
{
  var nwl = (screen.width-408)/2;
  var nwh = (screen.height-333)/2;
  var popUp
  
  popUp=window.open(wintype, 'FilmWindows', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=408,height=333,left='+nwl+',top='+nwh+''); 
  popUp.window.focus(); 
  popUp.setTimeout('window.close()',500000);
}
function popUp2(wintype)
{
  var nwl = (screen.width-408)/2;
  var nwh = (screen.height-448)/2;
  var popUp
  
  popUp=window.open(wintype, 'FilmWindows', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=448,height=418,left='+nwl+',top='+nwh+''); 
  popUp.window.focus(); 
  popUp.setTimeout('window.close()',500000);
}
function popUp3(wintype)
{
  var nwl = (screen.width-408)/2;
  var nwh = (screen.height-500)/2;
  var popUp
  
  popUp=window.open(wintype, 'FilmWindows', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=406,height=406,left=10,top=10'); 
  popUp.window.focus(); 
  popUp.setTimeout('window.close()',500000);
}

