function DownloadTime(filesize) {
	var w = 450;
	var h = 300;
	
	window.open(root + '/DownloadTime.cfm?app_id=' + app_id + '&filesize=' + filesize, 'winDLTime', 'width=' + w + ',height=' + h);
}

function ForgotPassword() {
reWin = window.open('/energylibrary/docstore/login/forgot.cfm','Forgot','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=450,height=200,top=100,left=100');
}