<!--

function popupmenu(choice,wt,ht,tp,lt)
{ 
  var winOpts="toolbars=no,scrollbars=yes,resize=yes,width="+wt+",height="+ht+",top="+tp+",left="+lt+",location=no,directories=no";
  confirmWin=window.open(choice,'theconfirmWin',winOpts);

}
function popupbox(choice,wt,ht,tp,lt)
{ 
  var winOpts="toolbars=no,scrollbars=no,resize=no,statusbar=no,width="+wt+",height="+ht+",top="+tp+",left="+lt+",location=no,directories=no";
  confirmWin=window.open(choice,'theconfirmWin',winOpts);

}
// -->

