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