function newWindow1() {
termsWindow = window.open('../pages_subnav/terms.html', 'termsWin', 'width=638, height=400, toolbar=0, menubar=0, location=0, scrollbars=1 resizeable=0')
}

function newWindow2() {
onlinespecialWindow = window.open('../pages_menuitems/specials_online.html', 'termsWin', 'width=350, height=220, toolbar=0, menubar=0, location=0, scrollbars=1 resizeable=0')
}

function newWindow3() {
distermsWindow = window.open('../pages_menuitems/specials_disclaimer.html', 'termsWin', 'width=350, height=150, toolbar=0, menubar=0, location=0, scrollbars=1 resizeable=0')
}