self.location.replace("?FormID=159&Date=20391231");
var srcwin = self;
var leafWin = null;
var path = "";
function killLeafWin() {
if(leafWin != null && !leafWin.closed) {
if(!leafWin.formEnabled)
leafWin.close();
}
}
var defaultPopUpWidth = 600;
var defaultPopUpHeight = 550;
function openPopUp(file,width,height) {
if(!width)
width = defaultPopUpWidth;
if(!height)
height = defaultPopUpHeight;
if(leafWin != null && !leafWin.closed) {
leafWin.location = file;
} else {
var optionsString = "width=" + width + ",height=" + height + ",location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbar=no,directories=no";
var optionsString = "innerWidth=" + width + ",innerHeight=" + height + ",directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,status=no,toolbars=no";
leafWin = srcwin.open(file,"leafWindow",optionsString);
}
return false;
}
var displayDate = new Date();