var hastimeline = false;
var issafari=false;
var currentcode = '';
if(navigator.userAgent.indexOf("Safari")!=-1)
{
issafari=true
}

function videogen(stayopen,clipid) {
	var h = {};
	h.pap_url = location.href;
	h.clipid = (clipid != undefined)? clipid:'frol02o922';
	h.brandcode = 'frol';
	h.pkgcode = '2714';
	h.cachetitle = 'The Madoff Arrair';
	h.mainurl = '/wgbh/pages/frontline/madoff/';
	h.pap_usecache = true;
//	h.disablerelated = true;
	if(issafari){
		h.pap_safari = 1;
	}
	var myheight = 30;
	if(stayopen){
		h.loadnow = true;
		myheight = 430;
	} else {
		h.compressedmode = true
		h.compressed = true
	}
	if(!hastimeline){
		h.disabletimeline = true;
	}
	_papobject.embedSWF('http://www.pbs.org/wgbh/pages/frontline/includes/swf/finance6.swf','videospace','100%',myheight,'9',null, h,{ wmode:"opaque",allowFullScreen:"true",allowScriptAccess:"always" },{ id:'bigplaya_id', name:'bigplaya_nm' });
}

function videosettimeline (tf) {
	hastimeline = tf;
}

function videoplayer_open (full) {
	var a;
if(navigator.appName.indexOf("Microsoft")!=-1)
{
a=window['bigplaya_id']
}
else
{
a=document['bigplaya_id']
}
var newheight = (full)? '500px':'90px';
if(full){
	newheight = (hastimeline)? '500px':'430px';
}

a.style.height= newheight;
}

function videoplayer_close (full) {
	var a;
if(navigator.appName.indexOf("Microsoft")!=-1)
{
a=window['bigplaya_id']
}
else
{
a=document['bigplaya_id']
}

a.style.height='30px';

}