﻿function popupPhoto() {
  ElementWindow = window.open('images/photos/lorikeet_big.jpg','FirstWin','width=640,height=480');
}

function popupBrowserID() {
  ElementWindow = window.open('browserID.html','FirstWin','width=640,height=100');
}