function popwin(filename) {
var win;
win=window.open(filename,"externdoc",
"width=520,height=420,left=10,top=5,scrollbars=yes,resizable=yes");
win.focus();
}
