function openSubWindow(theURL) { //v2.0
  window.open(theURL,'sub','scrollbars=yes,resizable=yes,width=400,height=250');
}

function openPubWindow(theURL) { //v2.0
  window.open(theURL,'pub','scrollbars=yes,resizable=yes,width=520,height=350');
}
