function duopen(duurl,wid,hei){
     var strtail="width="+wid+",height="+hei+",resizable=no"
     var newwin=window.open(duurl,"newwindow",strtail)
  }
