
function newWindow(loc) {
courierWindow = window.open(loc,'courierWin')
}

function newWindow2(teImg2){
teWindow = window.open(teImg2,'teWin', 'width=820,height=620,scrollbars=yes')
teWindow.focus()
}

function newWindow3(teImg3){
teWindow = window.open(teImg3,'teWin', 'width=620,height=820,scrollbars=yes')
teWindow.focus()
}

function mapWindow(loc) {
courierWindow = window.open(loc,'courierWin', 'width=840,height=740,scrollbars=yes,resizable,menubar=yes')
}

