function openwindow(address)
{
 window.open(address,"viewer","location=no,status=yes,scrollbars=no,resizable=yes,width=675,height=472")
}

function popWin(where,wide,high){
window.open(where,'newWin','width='+wide+',height='+high+',top=100,left=100,status=yes,resizable=yes,scrollbars=no')
}

function CallVideo(VIDtitle){
popWin('tacoma_viewer.htm',600,400)
vidID = VIDtitle
}
function CallVideo2(VIDtitle){
popWin('tacoma_viewer2.htm',600,400)
vidID = VIDtitle
}