function apriImm(theURL) {
newWindow=window.open(theURL,'newWin','scrollbars=no,status=no,resizable=no,location=no,toolbar=no,menubar=no,top=0,left=0,width=500,height=300;');
newWindow.creator=self;
}