

// Open new window for graphs
 
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}



/**
 * Confirms that the user wishes to void a claim.
 */
function confirmVoid(claimId) {
	return confirm("Claim " + claimId + " will be voided.  Are you sure?");
}
