function duopen(duurl,wid,hei){ 
     var strtail="width="+wid+",height="+hei+",scrollbars=yes,left="+(screen.width-wid)/2+",top="+(screen.height -hei)/2;
     var newwin=window.open(duurl,"newwindow",strtail)
  }

