function openBrWindow(theURL,winName,features) 
{ 
    self.name="save";
    window.open(theURL,winName,features);
}

function openinfo(){
	openBrWindow('/popups/financial_review.jsp','FinancialReviewInformation', 'height=500,width=550,scrollbars=yes');
}

function showOldPressReleases()
{
   	document.getElementById('old_releases').style.display = 'block';
}
