// 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 openWMvideo() { //v2.0
  win = window.open('wmvideo.htm', 'windows_media', "width=550,height=700,left=50,top=20");
	win.focus();
 return;   
}


//-->
