function cdWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

//* the window opener function is called with the following anchor syntax <a href="javascript:cdWindow('url','','toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=600')">Link Name</a> *//