// JavaScript Document

  var milliWindow
  
function popupwindow(){
var winTop = (screen.height/2) - 300;
var winLeft = (screen.width/2) - 405;
var windowFeatures = "height=400,width=484,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("/downstream/files/chromasorb/$file/08-009Chromasorb.html","newWindow",windowFeatures)
milliWindow.focus();}




 var milliWindow2
  
function popupwindow2(){
var winTop = (screen.height/2) - 300;
var winLeft = (screen.width/2) - 405;
var windowFeatures = "height=265,width=400,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0,"
windowFeatures = windowFeatures + "left=" + winLeft + "," + "top=" + winTop;
milliWindow2 = window.open("/downstream/files/chromasorb/$file/video_chroma.html","newWindow",windowFeatures)
milliWindow2.focus();}



var milliWindow3
  
function popupwindow3(){
var winTop = (screen.height/2) - 330;
var winLeft = (screen.width/2) - 500;
var windowFeatures = "height=330,width=500,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0,"
windowFeatures = windowFeatures + "left=" + winLeft + "," + "top=" + winTop;
milliWindow3 = window.open("/downstream/files/chromasorb2/$file/chromasorbmaster_1.html","newWindow",windowFeatures)
milliWindow3.focus();}


var milliWindow4
  
function popupwindow4(){
var winTop = (screen.height/2) - 626;
var winLeft = (screen.width/2) - 880;
var windowFeatures = "height=626,width=880,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,left=0,top=0,"
windowFeatures = windowFeatures + "left=" + winLeft + "," + "top=" + winTop;
milliWindow3 = window.open("/downstream/files/chromasorb/$file/chromasorbFlash864x600v5.html","newWindow",windowFeatures)
milliWindow3.focus();}




