var win=null;function NewWindow(e,d,b,c,a){LeftPosition=(screen.width)?(screen.width-b)/2:0;TopPosition=(screen.height)?(screen.height-c)/2:0;settings="height="+c+",width="+b+",top="+TopPosition+",left="+LeftPosition+",scrollbars="+a+",resizable";win=window.open(e,d,settings);if(win.window.focus){win.window.focus()}};