<!--- ***** Quick Time Movie java script -->

function MM_openBrWindow(theURL,winName,features) { //v2.0
  	window.open(theURL,winName,features);
}
 
function openWindow(URL, WinName, options) {
       myWindow=open(URL, WinName, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=448,height=420");
}
 
function open_window(url)
{
	box = window.open(url, "box", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=448,height=450");
}
var slates = null;
var transcript = null;
var help = null;
function openTranscript(TRANSCRIPT)
{
 transcript = window.open(TRANSCRIPT,"transcript",config="left=430,screenx=0,top=20,screeny=0,height=530,width=370,menubar=yes,toolbar=no,status=yes,location=no,resizable=yes,scrollbars=yes");
 transcript.focus();
}
function openHelp()
{
 help = window.open("http://www.nlm.nih.gov/psd/ref/guide/videohelp.html","help",config="left=20,screenx=20,top=20,screeny=20,height=530,width=620,menubar=yes,toolbar=no,status=yes,location=no,resizable=yes,scrollbars=yes");
 help.focus();
}
function openSlate(URL)
{
 slates = window.open(URL,"video",config="height=530,width=400,left=20,screenx=20,top=20,screeny=20,menubar=yes,toolbar=no,status=yes,location=no,resizable=yes,scrollbars=yes");
 slates.focus();
}
function openMac(URL)
{
 slates = window.open(URL,"video",config="height=530,width=400,left=0,screenx=0,top=20,screeny=0,menubar=yes,toolbar=no,status=yes,location=no,resizable=yes,scrollbars=yes");
 slates.focus();
}
function openMacTranscript(TRANSCRIPT)
{
 transcript = window.open(TRANSCRIPT,"transcript",config="left=430,screenx=0,top=20,screeny=0,height=530,width=370,menubar=yes,toolbar=no,status=yes,location=no,resizable=yes,scrollbars=yes");
 transcript.focus();
}
function openMacHelp()
{
 help = window.open("http://www.nlm.nih.gov/psd/ref/guide/videohelp.html","help",config="left=20,screenx=20,top=yes,screeny=20,height=530,width=620,menubar=yes,toolbar=no,status=yes,location=no,resizable=yes,scrollbars=yes");
 help.focus();
}