// JavaScript Document

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





