function cdWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

/* call like this
<a href="javascript:cdWindow('urlOfTheDocYouWantInTheWindow.html','','toolbar=no,location=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=640,height=440')"> */
