var menu2=new Array()
menu2[0]=''
menu2[1]=''
menu2[2]=''
menu2[3]=''
menu2[4]=''
menu2[5]=''
menu2[6]=''
function write_subnavig_work (section) {
var URL = unescape(location.href);
var start = URL.lastIndexOf("/") + 1;
var end = URL.length;
var docName = URL.substring(start,end);
var docSection = new Array();
var idSection = new Array();
docSection[0] = "branding";
idSection[0] = "1";
docSection[1] = "advertising";
idSection[1] = "2";
docSection[2] = "print collateral";
idSection[2] = "3";
docSection[3] = "packaging";
idSection[3] = "4";
docSection[4] = "web";
idSection[4] = "5";
docSection[5] = "petite print";
idSection[5] = "8";
docSection[6] = "annual report";
idSection[6] = "9";
if (section && docSection) {
for (var i=0; i';
} else {
nameSection = docSection[i].toUpperCase();
}
document.write ( '
');
}
}
}