function openwindow(file,width,height){var left=(screen.width-width)/2;var top=(screen.height-height+20)/2;window.open(file,"","width="+width+",height="+height+",top="+top+",left="+left)}
