<!--
function newvarwindow(file,window,resize,width,height,scrollbars) {

    msgwindow=open(file,window,'resizable=' + resize + ',width=' + width + ',height=' + height + ',scrollbars=' + scrollbars);
    if (msgwindow.opener==null) msgwindow.opener = self;
}
// -->