// JavaScript Document

 function NewWindow(url, windowName, w, h, scroll) {
     var winl = (screen.width - w) / 2;
     var wint = (screen.height - h) / 2;
     winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizeable';
     win = window.open(url, windowName, winprops);
     if (parseInt(navigator.appVersion) >= 4) { 
         win.window.focus(); 
     }
  }

function PopUp(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=725,height=450");
	}
	
function PopUp2(whatURL) {
        open( whatURL ,"ProjView","scrollbars=0,toolbar=0,width=400,height=600");
	}
	
function PopUp3(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=600,height=800");
	}
	
function PopUp4(whatURL) {
        open( whatURL ,"ProjView","scrollbars=1,toolbar=0,width=800,height=575");
	}
	
function PopUp5(whatURL) {
        open( whatURL ,"ProjView","scrollbars=1,toolbar=0,width=1000,height=620");
	}

//Student Voice Infographic Jpeg Pop-Ups

//Bilms


function PopUp6(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=303,height=900");
	}
	
function PopUp7(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=1000,height=457");
	}
	
//Fessler

function PopUp8(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=434,height=1000");
	}
	
function PopUp9(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=239");
	}
	
function PopUp10(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=542");
	}
	
//Boyer

function PopUp11(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=388");
	}
	
//Betton

function PopUp12(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=524");
	}

function PopUp13(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=493");
	}
	
//O'Grady

function PopUp14(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=784");
	}
	
//Filipeck

function PopUp15(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=621");
	}
	
//Preston

function PopUp16(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=546");
	}
	
//Labbe

function PopUp17(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=843");
	}
	
function PopUp18(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=641,height=900");
	}
	
//Passetti

function PopUp19(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=900,height=572");
	}
	
//Interactive Graphics

function PopUp20(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=1000,height=500");
	}
	
function PopUp21(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=700,height=500");
	}
	
//Video
function PopUp22(whatURL) {
        open( whatURL ,"ProjView","scrollbars=no,toolbar=yes,width=750,height=600");
	}