function writeVidConsole(pURI,vWidth,vHeight,vType) {
 top.consoleRef=window.open('http://www.ericleonhardtbrown.org/videos/?pURI='+pURI+'&'+vType+'=true','myconsole','width='+vWidth+',height='+vHeight+''
   +',menubar=0'
   +',toolbar=0'
   +',status=0'
   +',scrollbars=0'
   +',resizable=0')
}