var global_pageside = 0;
function spawn (targ,x,y) { window.open(targ,'secondary','width=' + x + ',height=' + y + ',scrollbars=yes'); }
function schedulebox () { window.open('http://www.pbs.org/wgbh/pages/frontline/programs/pbsv.html','schedule','width=500,height=600,scrollbars=yes'); }
function mailafriend () { window.open('http://www.pbs.org/wgbh/pages/frontline/us/mailfriend.html?page='+encodeURIComponent(location.href),'mail','width=500,height=500,scrollbars=yes'); }
function preload() {  if (document.images) { if (typeof(document.F) == 'undefined'){ document.F = new Object(); } document.F.loadedImages = new Array(); var argLength = preload.arguments.length; for(arg=0;arg<argLength;arg++) { document.F.loadedImages[arg] = new Image(); document.F.loadedImages[arg].src = preload.arguments[arg]; } } }
function imageswap(daImage, daSrc){ var objStr,obj; if(document.images){ if (typeof(daImage) == 'string') { objStr = 'document.' + daImage; obj = eval(objStr); obj.src = daSrc; } else if ((typeof(daImage) == 'object') && daImage && daImage.src) { daImage.src = daSrc; } } }
function videobox(urlprefix,url){ window.open("http://www.pbs.org/wgbh/pages/frontline/"+urlprefix+url+".html","video","toolbar=no,location=no,directories=no,menubar=no,width=680,height=700,scrollbars=yes"); }
function flvpop(url){ window.open("http://www.pbs.org/wgbh/pages/frontline"+url+".html","video","toolbar=no,location=no,directories=no,menubar=no,width=750,height=640,scrollbars=no"); }
function videopop(pkg,segid,mode){ window.open("http://www.pbs.org/wgbh/pages/frontline/video/flv/main.html?pkg="+pkg+"&seg="+segid+"&mod="+mode,"video","toolbar=no,location=no,directories=no,menubar=no,width=750,height=640,scrollbars=no"); }
function player(mode,segid,pkgcode,divid){ if(divid == undefined){ divid = 'paplayer'; } document.write('<div id="' + divid + '"><p>You\'ll need Flash 8 or better to view this content.</p></div>'); var paplayer = new SWFObject("/wgbh/pages/frontline/video/flv/v2.swf",divid,"750","584","9","#000000"); paplayer.addVariable("menu","false"); paplayer.useExpressInstall('/wgbh/pages/frontline/video/flv/expressinstall.swf'); paplayer.addVariable("pap_brand","frol"); paplayer.addVariable("pap_entitycode","0"); paplayer.addParam("allowFullScreen", "true"); paplayer.addVariable("pap_mode",mode); paplayer.addVariable("pap_pkgcode",pkgcode); if(segid != undefined && segid > 0) { paplayer.addVariable("pap_segidx",segid); } paplayer.write(divid); }
function popplayer(mode,segid,pkgcode,divid){ if(divid == undefined){ divid = 'paplayer'; } document.write('<div id="' + divid + '"><p>You\'ll need Flash 9 or better to view this content.<br /><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&ogn=EN_US-gntray_dl_getflashplayer" style="color: #f44">Downlad Flash</a></p></div>'); var paplayer = new SWFObject("/wgbh/pages/frontline/video/flv/v2.swf",divid,"750","584","9","#000000"); paplayer.addVariable("menu","false"); paplayer.useExpressInstall('/wgbh/pages/frontline/video/flv/expressinstall.swf'); paplayer.addVariable("pap_brand","frol"); paplayer.addVariable("pap_brandid","2"); paplayer.addVariable("pap_entitycode","0"); paplayer.addVariable("pap_mode",mode); paplayer.addParam("allowFullScreen", "true"); paplayer.addVariable("pap_pkgcode",pkgcode); if(segid != undefined && segid > 0) { paplayer.addVariable("pap_segidx",segid); } paplayer.write(divid); }
function flvplayer(){ document.write('<div id="paplayer"><p style="color: #fff">You\'ll need Flash 9 or better to view this content.<br /><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&ogn=EN_US-gntray_dl_getflashplayer" style="color: #f44">Downlad Flash</a></p></div>'); var paplayer = new SWFObject("/wgbh/pages/frontline/video/flv/v2.swf","paplayer","750","584","9","#000000"); paplayer.addVariable("menu","false"); paplayer.useExpressInstall('/wgbh/pages/frontline/video/flv/expressinstall.swf'); paplayer.addVariable("pap_brand","frol"); paplayer.addVariable("pap_brandid","2"); paplayer.addVariable("pap_entitycode","0"); paplayer.addVariable("pap_mode",getQueryParamValue("mod"));	paplayer.addVariable("pap_pkgcode",getQueryParamValue("pkg")); paplayer.addParam("allowFullScreen", "true"); paplayer.addVariable("pap_segidx",getQueryParamValue("seg")); paplayer.write("paplayer"); }
function makenav() { document.write('<div class="global_topnav"><div class="navcontain"><form action="http://www.pbs.org/wgbh/pages/frontline/gsearch.html" method="get" name="searchform"><input type="hidden" name="filter" value="0" /><p><a href="http://www.pbs.org/wgbh/pages/frontline/us/" class="item" title="About FRONTLINE">About FRONTLINE</a><a href="http://www.pbs.org/wgbh/pages/frontline/view/" class="item" title="Watch FRONTLINE Online">Watch FRONTLINE Online</a><a href="#" class="item" onclick="schedulebox();" title="FRONTLINE Schedule">Schedule</a><span class="searchinfo">Search&nbsp;<input type="text" name="q" class="navsearchbox" /><input type="image" ISMAP src="/wgbh/pages/frontline/art/common/06navr.gif" class="subbutton" /></span></p></form></div></div>'); }
function handleclick (targ) { opener.location.href = targ; window.close(self); }
function subtitle(targetdiv,target){ if(document.getElementById(targetdiv)){ document.getElementById(targetdiv).innerHTML = target; } }
