﻿function openChild(theURL,winName,features) { //v2.01 ANM
	var subwin = window.open(theURL,winName,features);
subwin.focus();
}
function referParent() {
	//window.opener.location.href = "http://www.enterpriseplusallaccess.com";
	// temp override for testing
	window.opener.location.href = "http://10.2.5.62/~masona/021182";
  window.self.close();
}