// JavaScript Document

bibName = 'biblioBar';
locName = 'lBarBot';

function bibswitch(state) {
	if (parent[bibName].document.getElementById(state).style.backgroundColor != '#fbf7d9') {
		parent[bibName].document.getElementById(state).style.backgroundColor = '#fbf7d9';
		parent[bibName].document.getElementById(state=='both'?'single':'both').style.backgroundColor = '#e5e5e5';
	}
}
