var popImagesWindow = function() {

// Set height and width
var NewWinHeight=600;
var NewWinWidth=800;

// Place the window
var NewWinPutX=10;
var NewWinPutY=10;

//Get what is below onto one line

TheNewWin =window.open("/images/",'Gallery','fullscreen=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes'); 

//Get what is above onto one line

//TheNewWin.resizeTo(NewWinWidth,NewWinHeight);
//TheNewWin.moveTo(NewWinPutX,NewWinPutY);

}

var popupVideo = function () {
window.open('../../video.html','video','height=550,width=900,left=100,top=100,resizable=yes,scrollbars=yes,toolbar=no,status=yes,menubar=no,location=no'); 
}
