function popup (loc, width, height) {
  xHead = "status=0,toolbar=0,width="+width+",height="+height+",resizable=1,scrollbars=0";
  mywindow = window.open(loc,"popup",xHead);
//  mywindow.moveTo((window.screen.width-width)/2,(window.screen.height-height)/2)
}