<!--
//Macromedia's Open Browser Window behavior used for the help link popups
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
// Function to confirm deleting an item
function confirmDelete(){
//  var text = question;
  var answer = confirm(myForm.confirm_question.value);
  myForm.confDel.value = answer;
  return answer;
}
//-->
