document.writeln ("
")
if (strPage.toLowerCase() != "sustainability")
{
document.writeln (" - Sustainability Report")
}
else
{
document.writeln ("
- Sustainability Report")
}
if (strPage.toLowerCase() != "principles")
{
document.writeln ("
Principles of Corporate Responsibility
")
}
else
{
document.writeln (" Principles of Corporate Responsibility
")
}
if (strPage.toLowerCase() != "code")
{
document.writeln (" Code of Sustainability
")
}
else
{
document.writeln (" Code of Sustainability
")
}
document.writeln (" - Our Corporate Governance")
if (strPage.toLowerCase() != "ethics")
{
document.writeln ("
- Our Ethics")
}
else
{
document.writeln ("
- Ethics")
}
if (strPage.toLowerCase() != "people")
{
document.writeln ("
- Our People & Communities")
}
else
{
document.writeln ("
- Our People & Communities")
}
if (strPage.toLowerCase() != "health")
{
document.writeln ("
- Health & Safety")
}
else
{
document.writeln ("
- Health & Safety")
}
if (strPage.toLowerCase() != "environment")
{
document.writeln ("
- Environment")
}
else
{
document.writeln ("
- Environment")
}
if (strPage.toLowerCase() != "production")
{
document.writeln ("
Environment Production & Processing
")
}
else
{
document.writeln (" Environment Production & Processing
")
}
if (strPage.toLowerCase() != "products")
{
document.writeln (" Products
")
}
else
{
document.writeln (" Products
")
}
if (strPage.toLowerCase() != "economic")
{
document.writeln (" - Economic")
}
else
{
document.writeln ("
- Economic")
}
document.writeln ("
")