function Blank(file) {
    msgWindow=open(file,'changewindow','resizable=yes,scrollbars=yes,width=700');
    if (msgWindow.opener == null) msgWindow.opener = self;	
}

function ShowArticle(file) {
    msgWindow=open(file,'articlewindow','resizable=yes,width=700,height=500,scrollbars=yes,menubar=yes');
    if (msgWindow.opener == null) msgWindow.opener = self;	
}

