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=200,left=200,status=yes,scrollbars=no,resizable=yes')
}

function CallVideo(vidID){
popWin('http://www.ci.tacoma.wa.us/tvtacoma/tacoma/wvalue.htm?vidID='+vidID,600,400)

}
