// JavaScript Document

function AV_openWin(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
