// JavaScript Document
function popup(theURL,winName,features) { //v2.0
  pup = window.open(theURL,"Plan",features);
  pup.focus();
}
