// JavaScript Document

function open_jan(theURL,winName,features) { //v2.0
  window.open(caminho + "streaming/?" + theURL,winName,features);
}
