function showStatus(statusMsg)
{
	window.status = statusMsg;
	return true;
}

function footerLink(whichLink)
{
	var footerWindow = window.open(whichLink, footerWindow, "width=400, height=450, menubar=0, statusbar=0, scrollbars=1");
	footerWindow.focus();
}