var menu2=new Array() menu2[0]='BRANDING' menu2[1]='ADVERTISING' menu2[2]='PRINT COLLATERAL' menu2[3]='PACKAGING' menu2[4]='WEB' menu2[5]='PETITE PRINT' menu2[6]='ANNUAL REPORT' 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 ( '' + nameSection + '
'); } } }