// JavaScript Document

<!--
function openHelp() { //v2.0
  win = window.open('techsupport/tech_support.htm', 'tech_support', "width=682,height=454,left=15,top=15");
	win.focus();
 return;   
}

function hideCaptions() { //v2.0
  alert('test underway5');
  //document.getElementById("CC").style.visibility = "hidden"; //Works within iFrame
  document.getElementById("CC").style.visibility = "hidden";
  //parent.frame[video].getElementById("CC").style.visibility = "hidden";
  //parent.frame[video].layer.CC.style.visibility = "hidden"; (did not work)
 return;   
}


function openPortal() { //v2.0
  window.open('portal.html', '_self');
  window.open('test-left-frame.html', '_self');
  
}

//-->
