function heavyFullLauncher(theURL, Name, popW, popH, scroll) { 
	var winleft = 0;
	var winUp = 0;
	winProp = 'width='+popW+',height='+popH+',left='+winleft+',top='+winUp+',scrollbars='+scroll+',resizable';
	Win = window.open(theURL, Name, winProp)
	window.status='Documentary Lens';
	}
function openRealPlayer(theParams) {
	var winleft = 20;
	var winUp = 30;
	var theURL = 'http://cmm.onf.ca/player/player.do?&player=basic&section=cmm&debit=300&version=film&'+theParams;
	winProp = 'width=343,height=370'+',left='+winleft+',top='+winUp+',toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0';
	Win = window.open(theURL, 'NFBFullMovie', winProp)
	}

