// JavaScript Document

  var milliWindow
  
function popupwindow(){
var winTop = (screen.height/2) - 300;
var winLeft = (screen.width/2) - 405;
var windowFeatures = "height=480,width=640,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0,"
windowFeatures = windowFeatures + "left=" + winLeft + "," + "top=" + winTop;
milliWindow = window.open("/virussafety/files/html/$file/vire_magnus.html","newWindow",windowFeatures)
milliWindow.focus();}





