<!--
function newWindow(file,window) {
msgWindow=open(file,window,'resizable=no,width=200,height=420');
if (msgWindow.opener == null) msgWindow.news = self;
}
// -->