function popup_short(filename){
newWind3 = window.open(filename, "popup", "toobar=no, menubar=no, statusbar=no, scrollbars=yes, resizable=yes, width=300, height=350, top = 55, left=55 ");
} 