function OpenDataWin(nextfile){
 // window.alert(nextfile)
 
  var features = 'toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=540,height=500'
  var winID = 'pwinfo'
  //  var now = new Date()
  //  var winID = now.getMilliseconds()
  
  window.open(nextfile,winID,features)
}

function OpenComments (c) {
    window.open(c,
                    'comments',
                    'width=480,height=480,scrollbars=yes,status=yes');
}

function OpenTrackback (c) {
    window.open(c,
                    'trackback',
                    'width=480,height=200,scrollbars=no,status=yes');
}
