var newwindow='';
function pickerPopup202(ifn,sam){
	var bl=screen.width/2-102;
	var bt=screen.height/2-104;
	page="fcp202.html"+"?ifn="+escape(ifn)+"&sam="+escape(sam);
	if(!newwindow.closed&&newwindow.location){
		newwindow.location.href=page;
	}
	else{
		newwindow=window.open(page,"CTRLWINDOW","help=no,status=no,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,dependent=yes,width=250,height=250,left="+bl+",top="+bt+",");
		if(!newwindow.opener)
			newwindow.opener=self;
	};
	
	if(window.focus){
		newwindow.focus()
	}
}