if ((document.forms[0].PageType.value == "library") && (document.forms[0].Label.value == "onix")) {
if (args['view'] == "bic1")
{
document.write('
Home |
Titles | ');
document.write(getBICName (args['cat']),'
');
}
else if (args['view'] == "bic2")
{
bicCode = args['cat'];
bic1Code = bicCode.substring(0,1);
bicname = getBICName(bic1Code);
document.write('
');
}
}
else if ((document.forms[0].PageType.value == "home") && (document.forms[0].Title.value != "Palgrave%20home"))
{
document.write('Home | ',unescape(document.forms[0].Title.value),'
');
}