<!--

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);

}

// -->
