function openWindow() {
    msgWindow = window.open('','newWin','width=675,height=550,screenX=400,screenY=400,top=400,left=400');
    msgWindow.location.href = 'campbrosiusimages/photos/index.html';
}