function changeImages(imgName, imgFile)
{
	if(document.images)
	{
		document.images[imgName].src = "/bulstrad/i/nav/" + imgFile;
	}
}
function openBrWindow(_url, _winName, _features)
{
	if (_url != null)
	{
		window.open(_url, _winName, _features);
	}
}
function openShareholdersImage(_url, _title, _features)
{
	if (_url != null)
	{
		window.open(_url, _title, _features);
	}
}
