function bigPop(overgif) {
overWindow = window.open(overgif, 'overWin', 'width=600,height=402,left=0,top=0')
overWindow.focus()
}

function breakfastPop(overgif) {
overWindow = window.open(overgif, 'overWin', 'width=525,height=325,left=0,top=0')
overWindow.focus()
}

function dinnerPop(overgif) {
overWindow = window.open(overgif, 'overWin', 'width=525,height=425,left=0,top=0')
overWindow.focus()
}