var newwindow='';
function pickerPopup302(ifn,sam){
     var bl=screen.width/2-102;
     var bt=screen.height/2-104;page="modules/Your_Subscription/fcp302.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=248,height=280,left="+bl+",top="+bt+",");
          if(!newwindow.opener)newwindow.opener=self;};
          if(window.focus){
               newwindow.focus()
    }
}
