function apriImm(theURL) {
newWindow=window.open(theURL,'newWin','scrollbars=yes,status=no,resizable=no,top=0,left=0,width=600,height=200;');
newWindow.creator=self;
}
