// JavaScript Document

var milliWindow_5
  
function popupwindow_5(){
var winTop = (screen.height/2) - 300;
var winLeft = (screen.width/2) - 405;
var windowFeatures_5 = "height=680,width=570,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0,"
windowFeatures_5 = windowFeatures_5 + "left=" + winLeft + "," + "top=" + winTop;
milliWindow_5 = window.open("/immunodetection/files/snapid/$file/snap_index.html","newWindow",windowFeatures_5)
milliWindow_5.focus();}





