/////////////////////////////////////////////////////////////////////////////////////
// Language Specific functions
/////////////////////////////////////////////////////////////////////////////////////
	function preloadImages() {
		MM_preloadImages(hostName + languageDirectory + "/nav/top_1_over.gif",hostName + languageDirectory + "/nav/top_2_over.gif",hostName + languageDirectory + "/nav/top_5_over.gif",hostName + languageDirectory + "/nav/top_6_over.gif",hostName + languageDirectory + "/nav/go_over.gif",hostName + languageDirectory + "/nav/go2_over.gif",hostName + languageDirectory + "/nav/company2.gif",hostName + languageDirectory + "/nav/capabilities2.gif",hostName + languageDirectory + "/nav/media2.gif",hostName + languageDirectory + "/nav/careers2.gif",hostName + languageDirectory + "/nav/fact_sheet2.gif",hostName + languageDirectory + "/nav/office_locations2.gif",hostName + languageDirectory + "/nav/rankings_accolades2.gif",hostName + languageDirectory + "/nav/technology2.gif",hostName + languageDirectory + "/nav/community_affairs2.gif",hostName + languageDirectory + "/nav/faqs2.gif",hostName + languageDirectory + "/nav/market_perspectives2.gif",hostName + languageDirectory + "/nav/speeches2.gif",hostName + languageDirectory + "/nav/press_releases2.gif",hostName + languageDirectory + "/nav/training_culture2.gif",hostName + languageDirectory + "/nav/how_to_apply2.gif",hostName + languageDirectory + "/images/masthead/masthead_de_over.jpg");
	}

	// Called when a user selects an international site from the drop down at the top of site pages.
	// Sends the user's browser to the selected site.
	function jumpsites(myForm)
	{
		dropdown=myForm.internationalsite;
		url=dropdown.options[dropdown.selectedIndex].value;
		site=dropdown.options[dropdown.selectedIndex].text;

		if (dropdown.selectedIndex == 0)
		{
			return;
		}
		else if (dropdown.selectedIndex == 1 || dropdown.selectedIndex == 4 || dropdown.selectedIndex == 6 || dropdown.selectedIndex == 7 || dropdown.selectedIndex == 8 || dropdown.selectedIndex == 10 || dropdown.selectedIndex == 11 || dropdown.selectedIndex == 12 || dropdown.selectedIndex == 13 || dropdown.selectedIndex == 21 || dropdown.selectedIndex == 24 || dropdown.selectedIndex == 25)
		{
			window.open(url);
		}
		else
		{
			openListing (url,'listing');
		}
	}

	function renderHeader() {
		document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" background=\"" + hostName + languageDirectory + "/nav/top_bg.gif\">");
		document.writeln("<tr> ");
		document.writeln("<td> ");

			document.writeln("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
			document.writeln("<tr> ");
			document.writeln("<td height=\"21\" bgcolor=\"#28AEFE\" align=\"left\" valign=\"top\"><a href=\"" + hostName + languageDirectory + "/index.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('top1','','" + hostName + languageDirectory + "/nav/top1_over.gif',1)\"><img src=\"" + hostName + languageDirectory + "/nav/top1.gif\" alt=\"\" name=\"Image1\" id=\"top1\" width=\"46\" height=\"21\" border=\"0\"></a><a href=\"" + hostName + languageDirectory + "/utility/contact_us.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('top2','','" + hostName + languageDirectory + "/nav/top2_over.gif',1)\"><img src=\"" + hostName + languageDirectory + "/nav/top2.gif\" alt=\"\" name=\"top2\" id=\"top2\" width=\"67\" height=\"21\" border=\"0\"></a><img src=\"" + hostName + languageDirectory + "/nav/top3.gif\" alt=\"\" name=\"top3\" id=\"top3\" width=\"72\" height=\"21\" border=\"0\"><img src=\"" + hostName + languageDirectory + "/nav/top4.gif\" alt=\"\" name=\"top4\" id=\"top4\" width=\"40\" height=\"21\" border=\"0\"></td>");
			document.writeln("<td bgcolor=\"#28AEFE\" align=\"left\" valign=\"middle\"><form class=\"bodytext\" method=\"get\" action=\"http://search.statestreet.com/de/en/query.html\" id=\"form1\" name=\"form1\"><input name=\"qt\" size=\"10\" maxlength=\"100\" STYLE=\"color:#333333; font-size:10px; font:verdana, chicago, sans-serif\"><input type=\"hidden\" name=\"col\" value=\"ssc\"><input type=\"hidden\" name=\"charset\" value=\"iso-8859-1\"><input type=\"hidden\" name=\"ht\" value=\"0\"><input type=\"hidden\" name=\"qp\" value=\"site:www.statestreet.de\"><input type=\"hidden\" name=\"qs\" value=\"\"><input type=\"hidden\" name=\"qc\" value=\"\"><input type=\"hidden\" name=\"pw\" value=\"100%\"><input type=\"hidden\" name=\"ws\" value=\"0\"><input type=\"hidden\" name=\"la\" value=\"en\"><input type=\"hidden\" name=\"qm\" value=\"0\"><input type=\"hidden\" name=\"st\" value=\"1\"><input type=\"hidden\" name=\"nh\" value=\"10\"><input type=\"hidden\" name=\"lk\" value=\"1\"><input type=\"hidden\" name=\"rf\" value=\"0\"><input type=\"hidden\" name=\"rq\" value=\"0\"><input type=\"hidden\" name=\"si\" value=\"1\"></td>");
			document.writeln("<td bgcolor=\"#28AEFE\" align=\"left\" valign=\"top\"><a href=\"javascript:submitSearch(document.form1)\" onMouseOut=\"MM_swapImgRestore()\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Imagego','','" + hostName + languageDirectory + "/nav/go_over.gif',1)\"><img src=\"" + hostName + languageDirectory + "/nav/go.gif\" alt=\"\" name=\"Imagego\" id=\"Imagego\" width=\"28\" height=\"21\" border=\"0\"></a><a href=\"" + hostName + languageDirectory + "/utility/advanced_search_de.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('top5','','" + hostName + languageDirectory + "/nav/top5_over.gif',1)\"><img src=\"" + hostName + languageDirectory + "/nav/top5.gif\" alt=\"\" name=\"top5\" id=\"top5\" width=\"98\" height=\"21\" border=\"0\"></a><a href=\"" + hostName + languageDirectory + "/utility/site_map.html\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('top6','','" + hostName + languageDirectory + "/nav/top6_over.gif',1)\"><img src=\"" + hostName + languageDirectory + "/nav/top6.gif\" alt=\"\" name=\"top6\" id=\"top6\" width=\"104\" height=\"21\" border=\"0\"></a><img src=\"" + hostName + languageDirectory + "/nav/top7.gif\" alt=\"\" width=\"48\" height=\"21\" border=\"0\"></td>");
			document.writeln("<td bgcolor=\"#28AEFE\" align=\"left\" valign=\"middle\" class=\"bodytext\">");
			document.writeln("<select name=\"internationalsite\" size=\"1\" class=\"bodytext\">");
			document.writeln("<option value=\"\">State Street Worldwide</option>");
			document.writeln("<option value=\"http://www.statestreet.com.au\">Australia</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/austria.html\">Austria</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/belgium.html\">Belgium</option>");
			document.writeln("<option value=\"http://www.statestreet.ca\">Canada</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/cayman_islands.html\">Cayman Islands</option>");
			document.writeln("<option value=\"http://ci.statestreet.com\">Channel Islands</option>");
			document.writeln("<option value=\"http://www.statestreet.fr\">France</option>");
			document.writeln("<option value=\"http://www.statestreet.de\">Germany</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/india.html\">India</option>");
			document.writeln("<option value=\"http://www.statestreet.ie\">Ireland</option>");
			document.writeln("<option value=\"http://www.statestreet.it\">Italy</option>");
			document.writeln("<option value=\"http://www.statestreet.co.jp\">Japan</option>");
			document.writeln("<option value=\"http://www.statestreet.lu\">Luxembourg</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/netherlands.html\">Netherlands</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/peoples_republic_of_china.html\">People\'s Republic of China</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/poland.html\">Poland</option>");
document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/qatar.html\">Qatar</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/singapore.html\">Singapore</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/south_africa.html\">South Africa</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/south_korea.html\">South Korea</option>");
			document.writeln("<option value=\"http://www.statestreet.ch\">Switzerland</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/taiwan.html\">Taiwan</option>");
			document.writeln("<option value=\"http://www.statestreet.com/geographic_markets/united_arab_emirates.html\">United Arab Emirates</option>");
			document.writeln("<option value=\"http://www.statestreet.co.uk\">United Kingdom</option>");
			document.writeln("<option value=\"http://www.statestreet.com/index.html\">United States</option></select></td>");
			document.writeln("<td bgcolor=\"#038CFB\" align=\"left\" valign=\"top\"><a href=\"javascript:jumpsites(document.form1)\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('Imagego2','','" + hostName + languageDirectory + "/nav/go2_over.gif',1)\"><img src=\"" + hostName + languageDirectory + "/nav/go2.gif\" alt=\"\" name=\"Imagego2\" id=\"Imagego2\" width=\"26\" height=\"21\" border=\"0\"></a><img src=\"" + hostName + languageDirectory + "/nav/top8.gif\" alt=\"\" name=\"top11\" id=\"Image11\" width=\"36\" height=\"21\" border=\"0\"></td></form>");
			document.writeln("</tr>");
			document.writeln("</table>");

		document.writeln("<table background=\"" + hostName + languageDirectory + "/nav/spacer_2.gif\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\"><tr><td width=\"100%\" height=\"1\"><img src=\"" + hostName + languageDirectory + "/nav/spacer.gif\" height=\"1\" width=\"1126\"></td></tr></table>");

		document.writeln("</td>");
		document.writeln("</tr>");
		document.writeln("</table>");

		document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
		document.writeln("<tr>");
		document.writeln("<td width=\"800\"><a href=\"" + hostName + languageDirectory + "/index.html\"><img src=\"" + hostName + languageDirectory + "/images/masthead/masthead_stt.jpg\" alt=\"\" width=\"513\" height=\"110\" border=\"0\"></a><a href=\"javascript:toggleLanguage('en','de')\" onMouseOut=\"MM_swapImgRestore()\" onMouseOver=\"MM_swapImage('toggle','','" + hostName + languageDirectory + "/images/masthead/masthead_de_over.jpg',1)\"><img src=\"" + hostName + languageDirectory + "/images/masthead/masthead_de.jpg\" alt=\"\"  name=\"toggle\" width=\"68\" height=\"110\" border=\"0\"></a><img src=\"" + hostName + languageDirectory + "/images/masthead/masthead_en.jpg\" alt=\"\" width=\"61\" height=\"110\" border=\"0\"><img src=\"" + hostName + languageDirectory + "/images/masthead/masthead_country.jpg\" alt=\"\" width=\"158\" height=\"110\" border=\"0\"><br clear=\"left\">");

			document.writeln("<table width=\"800\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
			document.writeln("<tr> ");
			document.writeln("<td><img src=\"" + hostName + languageDirectory + "/images/horiz_nav.gif\" alt=\"\" width=\"637\" height=\"23\" border=\"0\"></td>");
			document.writeln("<td><img src=\"" + hostName + languageDirectory + "/images/masthead/masthead_country_lower.jpg\" width=\"163\" height=\"24\"></td>");
			document.writeln("</tr>");
			document.writeln("</table>");

		document.writeln("</td>");
		document.writeln("<td align=\"left\" valign=\"top\"><img src=\"" + hostName + languageDirectory + "/images/topimage_extended.gif\" alt=\"\" width=\"325\" height=\"134\" border=\"0\"></td>");
		document.writeln("<td background=\"" + hostName + languageDirectory + "/images/topimage_extended.gif\" width=\"100%\"><img name=\"awmMenuPathImg-nav_dhtml\" id=\"awmMenuPathImg-nav_dhtml\" src=\"" + hostName + languageDirectory + "/nav/awmmenupath.gif\" alt=\"\" width=\"1\" height=\"1\"></td>");
		document.writeln("</tr>");
		document.writeln("</table>");
	
		renderNav();
	}

	function renderFooter() {
		document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
		document.writeln("<tr>");
		document.writeln("<td align=\"left\" valign=\"bottom\">");
		document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#0000CC\" height=\"20\">");
		document.writeln("<tr>");
	  	document.writeln("<td width=\"120\" valign=\"bottom\" class=\"bodytext\" valign=\"top\" align=\"left\"><img src=\"" + hostName + languageDirectory + "/images/spacer.gif\" alt=\"\" border=\"0\" height=\"1\" width=\"10\"><img src=\"" + hostName + languageDirectory + "/nav/corp_links.gif\" alt=\"\" border=\"0\" height=\"20\"></td>");
	  	document.writeln("<td width=\"400\" valign=\"middle\" class=\"bodytext\"><img src=\"" + hostName + languageDirectory + "/images/spacer.gif\" alt=\"\" border=\"0\" height=\"1\" width=\"10\"><a href=\"http://www.statestreet.com\" class=\"footerlinkblue\">Home</a><img src=\"" + hostName + languageDirectory + "/images/spacer.gif\" alt=\"\" border=\"0\" height=\"1\" width=\"22\"><a href=\"http://phx.corporate-ir.net/phoenix.zhtml?c=78261&p=irol-contact\" class=\"footerlinkblue\">Investor Relations</a><img src=\"" + hostName + languageDirectory + "/images/spacer.gif\" alt=\"\" border=\"0\" height=\"1\" width=\"22\"><a href=\"http://www.statestreet.com/company/media/overview.html\" class=\"footerlinkblue\">Media</a></td>");
        document.writeln("<td width=\"260\" valign=\"middle\" height=\"15\"  align=\"right\" bgcolor=\"#0000CC\" class=\"bodytext\"><a href=\"" + hostName + languageDirectory + "/utility/privacy.html\" class=\"footerlink\">Privacy</a><img src=\"" + hostName + languageDirectory + "/images/spacer.gif\" alt=\"\" border=\"0\" height=\"1\" width=\"22\"><a href=\"" + hostName + languageDirectory + "/utility/legal.html\" class=\"footerlink\">Legal</a></td>");
        document.writeln("<td width=\"483\" class=\"bodytext\">&nbsp;</td>");
		document.writeln("</tr>");
		document.writeln("<tr>");
		document.writeln("<td align=\"left\" height=\"1\" class=\"footerlink\" bgcolor=\"#0000CC\" colspan=\"4\"><img src=\"images/spacer.gif\" width=\"1126\" height=\"1\"></td>");
		document.writeln("</tr>");
		document.writeln("</table>");
		document.writeln("</td>");
		document.writeln("</tr>");
		document.writeln("</table>");
	}


function renderNav() {
	if(document.layers)
		renderNavNS();
	else
		renderNavOther();
	
	MM_preloadImages(hostName + languageDirectory + "/nav/menu_images/company/company_overview2.gif",hostName + languageDirectory + "/nav/menu_images/company/senior_management2.gif",hostName + languageDirectory + "/nav/menu_images/company/fact_sheet2.gif",hostName + languageDirectory + "/nav/menu_images/company/office_locations2.gif",hostName + languageDirectory + "/nav/menu_images/company/rankings_accolades2.gif",hostName + languageDirectory + "/nav/menu_images/company/milestones2.gif",hostName + languageDirectory + "/nav/menu_images/company/technology2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs2.gif",hostName + languageDirectory + "/nav/menu_images/company/partners_affiliates2.gif",hostName + languageDirectory + "/nav/menu_images/company/faqs2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_overview2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs/volunteerism_philanthropy2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs/chairman_ceos_letter2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_inquiries2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilities_information2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/ss_solutions2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/featured_capabilities2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/our_clients2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/market_perspectives2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/capabilities_overview2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/research_analytics2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_management2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/trading_services2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_servicing2.gif",hostName + languageDirectory + "/nav/menu_images/media/media_overview2.gif",hostName + languageDirectory + "/nav/menu_images/media/press_releases2.gif",hostName + languageDirectory + "/nav/menu_images/media/speeches2.gif",hostName + languageDirectory + "/nav/menu_images/media/media_inquiries2.gif",hostName + languageDirectory + "/nav/menu_images/careers/careers_overview2.gif",hostName + languageDirectory + "/nav/menu_images/careers/training_culture2.gif",hostName + languageDirectory + "/nav/menu_images/careers/before_you_apply2.gif",hostName + languageDirectory + "/nav/menu_images/careers/job_opportunities2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/solutions_overview2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/electronic_trading2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/global_custody_solution2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/investment_accounting2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/investment_management_sol2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/investment_operations2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/shareholder_recordkeeping2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/trustee_depository2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/featuredcapabilities/featured_capabilities_over2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/featuredcapabilities/sec_lending2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/featuredcapabilities/wealth_manager_services2.gif",hostName + languageDirectory + "/nav/menu_images/company/disclosure2.gif");		
}

function renderNavOther() {

navLeft = 0;
navTop = 132;

document.writeln("<div id=\"navmain\" style=\"position:absolute; left"+navLeft+":px; top:"+navTop+"px; width:640px; height:23px; z-index:1; visibility: visible;\"><a href=\"#\" onMouseOver=\"showMenu(0)\" onMouseOut=\"hideMenu(0)\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company" + (detectNavPosition("company")&&!detectNavPosition("careers")?2:1) + ".gif\" width=\"160\" height=\"24\" border=\"0\"></a><a href=\"#\" onMouseOver=\"showMenu(1)\" onMouseOut=\"hideMenu(1)\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities" + (detectNavPosition("capabilities")?2:1) + ".gif\" width=\"159\" height=\"24\" border=\"0\"></a><a href=\"#\" onMouseOver=\"showMenu(2)\" onMouseOut=\"hideMenu(2)\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media" + (detectNavPosition("media")?2:1) + ".gif\" width=\"159\" height=\"24\" border=\"0\"></a><a href=\"#\" onMouseOver=\"showMenu(3)\" onMouseOut=\"hideMenu(3)\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers" + ((detectNavPosition("careers")||detectNavPosition("jpapps"))?2:1) + ".gif\" width=\"159\" height=\"24\" border=\"0\"></a></div>");
document.writeln("<div id=\"navcompany\" style=\"position:absolute; left"+navLeft+":px; top:"+navTop+"px; width:158px; height:258px; z-index:2; visibility: hidden;\">");
  document.writeln("<table width=\"161\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)')\" onMouseOut=\"MM_callJS('hideMenu(0)')\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/company2.gif\" width=\"160\" height=\"24\" border=\"0\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage1','','"+ hostName + languageDirectory + "/nav/menu_images/company/company_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/company_overview1.gif\" name=\"navImage1\" width=\"161\" height=\"22\" border=\"0\" id=\"Image1\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,2,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage2','','"+ hostName + languageDirectory + "/nav/menu_images/company/senior_management2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/senior_management1.gif\" name=\"navImage2\" width=\"161\" height=\"34\" border=\"0\" id=\"Image2\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage3','','"+ hostName + languageDirectory + "/nav/menu_images/company/fact_sheet2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/fact_sheet1.gif\" name=\"navImage3\" width=\"161\" height=\"22\" border=\"0\" id=\"Image3\"></a></td>");
    document.writeln("</tr>");
		document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,4,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage55','','"+ hostName + languageDirectory + "/nav/menu_images/company/disclosure2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/disclosure1.gif\" name=\"navImage55\" width=\"161\" height=\"22\" border=\"0\" id=\"Image55\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,5,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage4','','"+ hostName + languageDirectory + "/nav/menu_images/company/office_locations2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/office_locations1.gif\" name=\"navImage4\" width=\"161\" height=\"22\" border=\"0\" id=\"Image4\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,6,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage5','','"+ hostName + languageDirectory + "/nav/menu_images/company/rankings_accolades2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/rankings_accolades1.gif\" name=\"navImage5\" width=\"161\" height=\"22\" border=\"0\" id=\"Image5\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,7,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage6','','"+ hostName + languageDirectory + "/nav/menu_images/company/milestones2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/milestones1.gif\" name=\"navImage6\" width=\"161\" height=\"22\" border=\"0\" id=\"Image6\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,8,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);showMenu(8)');MM_swapImage('navImage7','','"+ hostName + languageDirectory + "/nav/menu_images/company/technology2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(8)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/technology1.gif\" name=\"navImage7\" width=\"161\" height=\"22\" border=\"0\" id=\"Image7\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,9,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);showMenu(4)');MM_swapImage('navImage8','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs1.gif\" name=\"navImage8\" width=\"161\" height=\"22\" border=\"0\" id=\"Image8\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,10,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage9','','"+ hostName + languageDirectory + "/nav/menu_images/company/partners_affiliates2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/partners_affiliates1.gif\" name=\"navImage9\" width=\"161\" height=\"22\" border=\"0\" id=\"Image9\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,11,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage10','','"+ hostName + languageDirectory + "/nav/menu_images/company/faqs2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/faqs1.gif\" name=\"navImage10\" width=\"161\" height=\"34\" border=\"0\" id=\"Image10\"></a></td>");
    document.writeln("</tr>");

  document.writeln("</table>");
document.writeln("</div>");
document.writeln("<div id=\"navtechnology\" style=\"position:absolute; left:"+(navLeft+146)+"px; top:"+(navTop+196)+"px; width:142px; height:67px; z-index:3; visibility: hidden;\">");
  document.writeln("<table width=\"165\" height=\"67\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,8,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(8)');MM_swapImage('subnavImage32','','"+ hostName + languageDirectory + "/nav/menu_images/company/technology/technology_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(8)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/technology/technology_overview1.gif\" name=\"subnavImage32\" width=\"165\" height=\"23\" border=\"0\" id=\"navImage32\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,8,2,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(8)');MM_swapImage('subnavImage33','','"+ hostName + languageDirectory + "/nav/menu_images/company/technology/message_from_cio2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(8)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/technology/message_from_cio1.gif\" name=\"subnavImage33\" width=\"165\" height=\"22\" border=\"0\" id=\"navImage33\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,8,3,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(8)');MM_swapImage('subnavImage34','','"+ hostName + languageDirectory + "/nav/menu_images/company/technology/industry_honors2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(8)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/technology/industry_honors1.gif\" name=\"subnavImage34\" width=\"165\" height=\"22\" border=\"0\" id=\"navImage34\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</div>");
document.writeln("<div id=\"navcommunityaffairs\" style=\"position:absolute; left:"+(navLeft+146)+"px; top:"+(navTop+218)+"px; width:142px; height:65px; z-index:3; visibility: hidden;\">");
  document.writeln("<table width=\"165\" height=\"67\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,9,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(4)');MM_swapImage('navimage1x','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_overview1.gif\" name=\"navimage1x\" width=\"165\" height=\"23\" border=\"0\" id=\"image1\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,9,2,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(4)');MM_swapImage('navImage11','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/volunteerism_philanthropy2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/volunteerism_philanthropy1.gif\" name=\"navImage11\" width=\"165\" height=\"22\" border=\"0\" id=\"Image11\"></a></td>");
    document.writeln("</tr>");
    //document.writeln("<tr>");
    //  document.writeln("<td><a href=\""+openSSLink(1,8,3,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(4)');MM_swapImage('navImage12','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/history_of_involvement2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/history_of_involvement1.gif\" name=\"navImage12\" width=\"165\" height=\"22\" border=\"0\" id=\"Image12\"></a></td>");
    //document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,9,4,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(4)');MM_swapImage('navImage13','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_inquiries2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_inquiries1.gif\" name=\"navImage13\" width=\"165\" height=\"22\" border=\"0\" id=\"Image13\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</div>");
document.writeln("<div id=\"navcapabilities\" style=\"position:absolute; left:"+(navLeft+160)+"px; top:"+navTop+"px; width:159px; height:90px; z-index:4; visibility: hidden;\">");
  document.writeln("<table width=\"159\" height=\"90\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(1)')\" onMouseOut=\"MM_callJS('hideMenu(1)')\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilities2.gif\" width=\"159\" height=\"24\" border=\"0\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(1);showMenu(5)');MM_swapImage('navImage14','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilities_information2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(1);hideMenu(5)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilities_information1.gif\" name=\"navImage14\" width=\"159\" height=\"22\" border=\"0\" id=\"Image14\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(1);showMenu(6)');MM_swapImage('navImage15','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/ss_solutions2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(1);hideMenu(6)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/ss_solutions1.gif\" name=\"navImage15\" width=\"159\" height=\"22\" border=\"0\" id=\"Image15\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(1)');MM_swapImage('navImage17','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/our_clients2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/our_clients1.gif\" name=\"navImage17\" width=\"159\" height=\"22\" border=\"0\" id=\"Image17\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</div>");
document.writeln("<div id=\"navcapabilitiesinformation\" style=\"position:absolute; left:"+(navLeft+303)+"px; top:"+(navTop+32)+"px; width:120px; height:103px; z-index:5; visibility: hidden;\">");
  document.writeln("<table width=\"165\" height=\"111\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage19','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/capabilities_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/capabilities_overview1.gif\" name=\"navImage19\" width=\"165\" height=\"23\" border=\"0\" id=\"Image19\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,2,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage20','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/research_analytics2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/research_analytics1.gif\" name=\"navImage20\" width=\"165\" height=\"22\" border=\"0\" id=\"Image20\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,3,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage21','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_management2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_management1.gif\" name=\"navImage21\" width=\"165\" height=\"22\" border=\"0\" id=\"Image21\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,4,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage22','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/trading_services2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/trading_services1.gif\" name=\"navImage22\" width=\"165\" height=\"22\" border=\"0\" id=\"Image22\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,5,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage23','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_servicing2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_servicing1.gif\" name=\"navImage23\" width=\"165\" height=\"22\" border=\"0\" id=\"Image23\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</div>");
document.writeln("<div id=\"navstatestreetsolutions\" style=\"position:absolute; left:"+(navLeft+303)+"px; top:"+(navTop+54)+"px; width:162px; height:167px; z-index:8; visibility: hidden;\">");
  document.writeln("<table width=\"165\" height=\"167\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
      document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage32x','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/solutions_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/solutions_overview1.gif\" name=\"navImage32x\" width=\"165\" height=\"23\" border=\"0\" id=\"Image32x\"></a></td>");
    document.writeln("</tr>");
   document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,2,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage36','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/asset_manangement2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/asset_manangement1.gif\" name=\"navImage36\" width=\"165\" height=\"22\" border=\"0\" id=\"Image36\"></a></td>");
    document.writeln("</tr>");
	    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,3,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage35','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/electronic_trading2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/electronic_trading1.gif\" name=\"navImage35\" width=\"165\" height=\"34\" border=\"0\" id=\"Image35\"></a></td>");
    document.writeln("</tr>");
	    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,4,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage37','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/structured_product2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/structured_product1.gif\" name=\"navImage37\" width=\"165\" height=\"22\" border=\"0\" id=\"Image37\"></a></td>");
    document.writeln("</tr>");
		 document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,5,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage33x','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/depobank_solutions2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/depobank_solutions1.gif\" name=\"navImage33x\" width=\"165\" height=\"22\" border=\"0\" id=\"Image33\"></a></td>");
    document.writeln("</tr>");
	 document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,6,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage33z','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/outsourcing_solutions2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/outsourcing_solutions1.gif\" name=\"navImage33z\" width=\"165\" height=\"22\" border=\"0\" id=\"Image33z\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,7,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage33y','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/global_custody_solutions2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/global_custody_solutions1.gif\" name=\"navImage33y\" width=\"165\" height=\"22\" border=\"0\" id=\"Image33y\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</div>");
document.writeln("<div id=\"navmedia\" style=\"position:absolute; left:"+(navLeft+319)+"px; top:"+navTop+"px; width:159px; height:112px; z-index:6; visibility: hidden;\">");
  document.writeln("<table width=\"160\" height=\"112\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(3,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)')\" onMouseOut=\"MM_callJS('hideMenu(2)')\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/media2.gif\" width=\"159\" height=\"24\" border=\"0\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(3,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage24','','"+ hostName + languageDirectory + "/nav/menu_images/media/media_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/media_overview1.gif\" name=\"navImage24\" width=\"160\" height=\"22\" border=\"0\" id=\"Image24\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(3,2,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage25','','"+ hostName + languageDirectory + "/nav/menu_images/media/press_releases2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/press_releases1.gif\" name=\"navImage25\" width=\"160\" height=\"22\" border=\"0\" id=\"Image25\"></a></td>");
    document.writeln("</tr>");
   // document.writeln("<tr>");
   //   document.writeln("<td><a href=\""+openSSLink(3,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage26','','"+ hostName + languageDirectory + "/nav/menu_images/media/speeches2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/speeches1.gif\" name=\"navImage26\" width=\"160\" height=\"22\" border=\"0\" id=\"Image26\"></a></td>");
   // document.writeln("</tr>");
    document.writeln("<tr>");
    document.writeln("<td><a href=\""+openSSLink(3,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage27','','"+ hostName + languageDirectory + "/nav/menu_images/media/financialjourn_award_2.gif ',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/financialjourn_award_1.gif \" name=\"navImage27\" width=\"160\" height=\"34\" border=\"0\" id=\"Image27\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
    document.writeln("<td><a href=\""+openSSLink(3,4,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage28','','"+ hostName + languageDirectory + "/nav/menu_images/media/media_inquiries2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/media_inquiries1.gif\" name=\"navImage28\" width=\"160\" height=\"22\" border=\"0\" id=\"Image28\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</div>");
document.writeln("<div id=\"navcareers\" style=\"position:absolute; left:"+(navLeft+478)+"px; top:"+navTop+"px; width:149px; height:68px; z-index:7; visibility: hidden;\">");
  document.writeln("<table width=\"159\" height=\"68\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(4,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(3)')\" onMouseOut=\"MM_callJS('hideMenu(3)')\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers/careers2.gif\" width=\"159\" height=\"24\" border=\"0\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(4,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(3)');MM_swapImage('navImage28','','"+ hostName + languageDirectory + "/nav/menu_images/careers/careers_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(3)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers/careers_overview1.gif\" name=\"navImage28\" width=\"159\" height=\"22\" border=\"0\" id=\"Image28\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(4,2,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(3)');MM_swapImage('navImage29','','"+ hostName + languageDirectory + "/nav/menu_images/careers/job_opportunities2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(3)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers/job_opportunities1.gif\" name=\"navImage29\" width=\"159\" height=\"22\" border=\"0\" id=\"Image29\"></a></td>");
    document.writeln("</tr>");
    //document.writeln("<tr>");
    //  document.writeln("<td><a href=\""+openSSLink(4,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(3)');MM_swapImage('navImage30','','"+ hostName + languageDirectory + "/nav/menu_images/careers/application_form2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(3)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers/application_form1.gif\" name=\"navImage30\" width=\"159\" height=\"22\" border=\"0\" id=\"Image30\"></a></td>");
    //document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</div>");
}






function renderNavNS() {

MM_preloadImages(hostName + languageDirectory + "/nav/menu_images/company/company_overview2.gif",hostName + languageDirectory + "/nav/menu_images/company/senior_management2.gif",hostName + languageDirectory + "/nav/menu_images/company/fact_sheet2.gif",hostName + languageDirectory + "/nav/menu_images/company/office_locations2.gif",hostName + languageDirectory + "/nav/menu_images/company/rankings_accolades2.gif",hostName + languageDirectory + "/nav/menu_images/company/milestones2.gif",hostName + languageDirectory + "/nav/menu_images/company/technology2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs2.gif",hostName + languageDirectory + "/nav/menu_images/company/partners_affiliates2.gif",hostName + languageDirectory + "/nav/menu_images/company/faqs2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_overview2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs/volunteerism_philanthropy2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs/chairman_ceos_letter2.gif",hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_inquiries2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilities_information2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/ss_solutions2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/featured_capabilities2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/our_clients2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/market_perspectives2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/capabilities_overview2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/research_analytics2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_management2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/trading_services2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_servicing2.gif",hostName + languageDirectory + "/nav/menu_images/media/media_overview2.gif",hostName + languageDirectory + "/nav/menu_images/media/press_releases2.gif",hostName + languageDirectory + "/nav/menu_images/media/speeches2.gif",hostName + languageDirectory + "/nav/menu_images/media/media_inquiries2.gif",hostName + languageDirectory + "/nav/menu_images/careers/careers_overview2.gif",hostName + languageDirectory + "/nav/menu_images/careers/training_culture2.gif",hostName + languageDirectory + "/nav/menu_images/careers/before_you_apply2.gif",hostName + languageDirectory + "/nav/menu_images/careers/job_opportunities2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/solutions_overview2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/electronic_trading2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/global_custody_solution2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/investment_accounting2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/investment_management_sol2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/investment_operations2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/shareholder_recordkeeping2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/trustee_depository2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/featuredcapabilities/featured_capabilities_over2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/featuredcapabilities/sec_lending2.gif",hostName + languageDirectory + "/nav/menu_images/capabilities/featuredcapabilities/wealth_manager_services2.gif");

navLeft = 0;
navTop = 132;

document.writeln("<layer id=\"navmain\" left=\""+navLeft+"\" top=\""+navTop+"\" width=\"640\" height=\"23\" visibility\"show\"><a href=\"#\" onMouseOver=\"showMenu(0)\" onMouseOut=\"hideMenu(0)\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company" + (detectNavPosition("company")&&!detectNavPosition("careers")?2:1) + ".gif\" width=\"160\" height=\"24\" border=\"0\"></a><a href=\"#\" onMouseOver=\"showMenu(1)\" onMouseOut=\"hideMenu(1)\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities" + (detectNavPosition("capabilities")?2:1) + ".gif\" width=\"159\" height=\"24\" border=\"0\"></a><a href=\"#\" onMouseOver=\"showMenu(2)\" onMouseOut=\"hideMenu(2)\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media" + (detectNavPosition("media")?2:1) + ".gif\" width=\"159\" height=\"24\" border=\"0\"></a><a href=\"#\" onMouseOver=\"showMenu(3)\" onMouseOut=\"hideMenu(3)\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers" + ((detectNavPosition("careers")||detectNavPosition("jpapps"))?2:1) + ".gif\" width=\"159\" height=\"24\" border=\"0\"></a></layer>");
document.writeln("<layer id=\"navcompany\" left=\""+navLeft+"\" top=\""+navTop+"\" width=\"158\" height\"258\" visibility=\"hidden\">");
  document.writeln("<table width=\"161\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)')\" onMouseOut=\"MM_callJS('hideMenu(0)')\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/company2.gif\" width=\"160\" height=\"24\" border=\"0\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage1','','"+ hostName + languageDirectory + "/nav/menu_images/company/company_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/company_overview1.gif\" name=\"navImage1\" width=\"161\" height=\"22\" border=\"0\" id=\"Image1\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,2,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage2','','"+ hostName + languageDirectory + "/nav/menu_images/company/senior_management2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/senior_management1.gif\" name=\"navImage2\" width=\"161\" height=\"34\" border=\"0\" id=\"Image2\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage3','','"+ hostName + languageDirectory + "/nav/menu_images/company/fact_sheet2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/fact_sheet1.gif\" name=\"navImage3\" width=\"161\" height=\"22\" border=\"0\" id=\"Image3\"></a></td>");
    document.writeln("</tr>");
		document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,4,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage55','','"+ hostName + languageDirectory + "/nav/menu_images/company/disclosure2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/disclosure1.gif\" name=\"navImage55\" width=\"161\" height=\"22\" border=\"0\" id=\"Image55\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,5,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage4','','"+ hostName + languageDirectory + "/nav/menu_images/company/office_locations2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/office_locations1.gif\" name=\"navImage4\" width=\"161\" height=\"22\" border=\"0\" id=\"Image4\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,6,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage5','','"+ hostName + languageDirectory + "/nav/menu_images/company/rankings_accolades2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/rankings_accolades1.gif\" name=\"navImage5\" width=\"161\" height=\"22\" border=\"0\" id=\"Image5\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,7,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage6','','"+ hostName + languageDirectory + "/nav/menu_images/company/milestones2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/milestones1.gif\" name=\"navImage6\" width=\"161\" height=\"22\" border=\"0\" id=\"Image6\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,8,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);showMenu(8)');MM_swapImage('navImage7','','"+ hostName + languageDirectory + "/nav/menu_images/company/technology2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(8)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/technology1.gif\" name=\"navImage7\" width=\"161\" height=\"22\" border=\"0\" id=\"Image7\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,9,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);showMenu(4)');MM_swapImage('navImage8','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs1.gif\" name=\"navImage8\" width=\"161\" height=\"22\" border=\"0\" id=\"Image8\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,10,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage9','','"+ hostName + languageDirectory + "/nav/menu_images/company/partners_affiliates2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/partners_affiliates1.gif\" name=\"navImage9\" width=\"161\" height=\"22\" border=\"0\" id=\"Image9\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,11,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0)');MM_swapImage('navImage10','','"+ hostName + languageDirectory + "/nav/menu_images/company/faqs2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/faqs1.gif\" name=\"navImage10\" width=\"161\" height=\"34\" border=\"0\" id=\"Image10\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</layer>");
document.writeln("<layer id=\"navtechnology\" left=\""+(navLeft+146)+"\" top=\""+(navTop+196)+"\" width=\"142\" height=\"67\"  visibility=\"hidden\">");
  document.writeln("<table width=\"165\" height=\"67\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,8,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(8)');MM_swapImage('subnavImage32','','"+ hostName + languageDirectory + "/nav/menu_images/company/technology/technology_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(8)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/technology/technology_overview1.gif\" name=\"subnavImage32\" width=\"165\" height=\"23\" border=\"0\" id=\"navImage32\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,8,2,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(8)');MM_swapImage('subnavImage33','','"+ hostName + languageDirectory + "/nav/menu_images/company/technology/message_from_cio2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(8)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/technology/message_from_cio1.gif\" name=\"subnavImage33\" width=\"165\" height=\"22\" border=\"0\" id=\"navImage33\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,8,3,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(8)');MM_swapImage('subnavImage34','','"+ hostName + languageDirectory + "/nav/menu_images/company/technology/industry_honors2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(8)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/technology/industry_honors1.gif\" name=\"subnavImage34\" width=\"165\" height=\"22\" border=\"0\" id=\"navImage34\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</layer>");
document.writeln("<layer id=\"navcommunityaffairs\" left=\""+(navLeft+146)+"\" top=\""+(navTop+218)+"\" width=\"142\" height=\"65\" visibility=\"hidden\">");
  document.writeln("<table width=\"165\" height=\"67\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,9,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(4)');MM_swapImage('navimage1x','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_overview1.gif\" name=\"navimage1x\" width=\"165\" height=\"23\" border=\"0\" id=\"image1\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,9,2,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(4)');MM_swapImage('navImage11','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/volunteerism_philanthropy2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/volunteerism_philanthropy1.gif\" name=\"navImage11\" width=\"165\" height=\"22\" border=\"0\" id=\"Image11\"></a></td>");
    document.writeln("</tr>");
    //document.writeln("<tr>");
    //  document.writeln("<td><a href=\""+openSSLink(1,8,3,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(4)');MM_swapImage('navImage12','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/history_of_involvement2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/history_of_involvement1.gif\" name=\"navImage12\" width=\"165\" height=\"22\" border=\"0\" id=\"Image12\"></a></td>");
    //document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(1,9,4,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(0);hoverMenu(4)');MM_swapImage('navImage13','','"+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_inquiries2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(0);hideMenu(4)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/company/community_affairs/ca_inquiries1.gif\" name=\"navImage13\" width=\"165\" height=\"22\" border=\"0\" id=\"Image13\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
  document.writeln("</layer>");
document.writeln("<layer id=\"navcapabilities\" left=\""+(navLeft+160)+"\" top=\""+navTop+"\" width=\"159\" height=\"90\"  visibility=\"hidden\">");
  document.writeln("<table width=\"159\" height=\"90\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(1)')\" onMouseOut=\"MM_callJS('hideMenu(1)')\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilities2.gif\" width=\"159\" height=\"24\" border=\"0\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(1);showMenu(5)');MM_swapImage('navImage14','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilities_information2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(1);hideMenu(5)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilities_information1.gif\" name=\"navImage14\" width=\"159\" height=\"22\" border=\"0\" id=\"Image14\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(1);showMenu(6)');MM_swapImage('navImage15','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/ss_solutions2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(1);hideMenu(6)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/ss_solutions1.gif\" name=\"navImage15\" width=\"159\" height=\"22\" border=\"0\" id=\"Image15\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(1)');MM_swapImage('navImage17','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/our_clients2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/our_clients1.gif\" name=\"navImage17\" width=\"159\" height=\"22\" border=\"0\" id=\"Image17\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</layer>");
document.writeln("<layer id=\"navcapabilitiesinformation\"  left=\""+(navLeft+303)+"\" top=\""+(navTop+32)+"\" width=\"120\" height=\"103\" visibility=\"hidden\">");
  document.writeln("<table width=\"165\" height=\"111\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage19','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/capabilities_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/capabilities_overview1.gif\" name=\"navImage19\" width=\"165\" height=\"23\" border=\"0\" id=\"Image19\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,2,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage20','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/research_analytics2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/research_analytics1.gif\" name=\"navImage20\" width=\"165\" height=\"22\" border=\"0\" id=\"Image20\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,3,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage21','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_management2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_management1.gif\" name=\"navImage21\" width=\"165\" height=\"22\" border=\"0\" id=\"Image21\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,4,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage22','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/trading_services2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/trading_services1.gif\" name=\"navImage22\" width=\"165\" height=\"22\" border=\"0\" id=\"Image22\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,1,5,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(5);hoverMenu(1)');MM_swapImage('navImage23','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_servicing2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(5);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/capabilitiesinformation/investment_servicing1.gif\" name=\"navImage23\" width=\"165\" height=\"22\" border=\"0\" id=\"Image23\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</layer>");
document.writeln("<layer id=\"navstatestreetsolutions\" left=\""+(navLeft+303)+"\" top=\""+(navTop+54)+"\" width=\"162\" height=\"167\" visibility=\"hidden\">");
  document.writeln("<table width=\"165\" height=\"167\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,1,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage32x','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/solutions_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/solutions_overview1.gif\" name=\"navImage32x\" width=\"165\" height=\"23\" border=\"0\" id=\"Image32x\"></a></td>");
    document.writeln("</tr>");
	    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,2,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage36','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/asset_manangement2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/asset_manangement1.gif\" name=\"navImage36\" width=\"165\" height=\"22\" border=\"0\" id=\"Image36\"></a></td>");
    document.writeln("</tr>");
	    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,3,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage35','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/electronic_trading2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/electronic_trading1.gif\" name=\"navImage35\" width=\"165\" height=\"34\" border=\"0\" id=\"Image35\"></a></td>");
    document.writeln("</tr>");
	    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,4,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage37','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/structured_product2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/structured_product1.gif\" name=\"navImage37\" width=\"165\" height=\"22\" border=\"0\" id=\"Image37\"></a></td>");
    document.writeln("</tr>");
	 document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,5,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage33x','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/depobank_solutions2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/depobank_solutions1.gif\" name=\"navImage33x\" width=\"165\" height=\"22\" border=\"0\" id=\"Image33\"></a></td>");
    document.writeln("</tr>");
		 document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,6,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage33z','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/outsourcing_solutions2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/outsourcing_solutions1.gif\" name=\"navImage33z\" width=\"165\" height=\"22\" border=\"0\" id=\"Image33z\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(2,2,7,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(6);hoverMenu(1)');MM_swapImage('navImage33y','','"+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/global_custody_solutions2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(6);hideMenu(1)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/capabilities/statestreetsolutions/global_custody_solutions1.gif\" name=\"navImage33y\" width=\"165\" height=\"22\" border=\"0\" id=\"Image33y\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</layer>");
document.writeln("<layer id=\"navmedia\" left=\""+(navLeft+319)+"\" top=\""+navTop+"\" width=\"159\" height=\"112\" visibility=\"hidden\">");
  document.writeln("<table width=\"160\" height=\"112\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(3,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)')\" onMouseOut=\"MM_callJS('hideMenu(2)')\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/media2.gif\" width=\"159\" height=\"24\" border=\"0\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(3,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage24','','"+ hostName + languageDirectory + "/nav/menu_images/media/media_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/media_overview1.gif\" name=\"navImage24\" width=\"160\" height=\"22\" border=\"0\" id=\"Image24\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(3,2,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage25','','"+ hostName + languageDirectory + "/nav/menu_images/media/press_releases2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/press_releases1.gif\" name=\"navImage25\" width=\"160\" height=\"22\" border=\"0\" id=\"Image25\"></a></td>");
    document.writeln("</tr>");
   // document.writeln("<tr>");
   //   document.writeln("<td><a href=\""+openSSLink(3,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage26','','"+ hostName + languageDirectory + "/nav/menu_images/media/speeches2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/speeches1.gif\" name=\"navImage26\" width=\"160\" height=\"22\" border=\"0\" id=\"Image26\"></a></td>");
   // document.writeln("</tr>");
    document.writeln("<tr>");
        document.writeln("<td><a href=\""+openSSLink(3,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage27','','"+ hostName + languageDirectory + "/nav/menu_images/media/financialjourn_award_2.gif ',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/financialjourn_award_1.gif \" name=\"navImage27\" width=\"160\" height=\"34\" border=\"0\" id=\"Image27\"></a></td>");
        document.writeln("</tr>");
        document.writeln("<tr>");
        document.writeln("<td><a href=\""+openSSLink(3,4,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(2)');MM_swapImage('navImage28','','"+ hostName + languageDirectory + "/nav/menu_images/media/media_inquiries2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(2)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/media/media_inquiries1.gif\" name=\"navImage28\" width=\"160\" height=\"22\" border=\"0\" id=\"Image28\"></a></td>");
    document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</layer>");
document.writeln("<layer id=\"navcareers\" left=\""+(navLeft+478)+"\" top=\""+navTop+"\" width=\"149\" height=\68\" visibility=\"hidden\">");
	document.writeln("<table width=\"159\" height=\"68\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(4,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(3)')\" onMouseOut=\"MM_callJS('hideMenu(3)')\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers/careers2.gif\" width=\"159\" height=\"24\" border=\"0\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(4,1,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(3)');MM_swapImage('navImage28','','"+ hostName + languageDirectory + "/nav/menu_images/careers/careers_overview2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(3)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers/careers_overview1.gif\" name=\"navImage28\" width=\"159\" height=\"22\" border=\"0\" id=\"Image28\"></a></td>");
    document.writeln("</tr>");
    document.writeln("<tr>");
      document.writeln("<td><a href=\""+openSSLink(4,2,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(3)');MM_swapImage('navImage29','','"+ hostName + languageDirectory + "/nav/menu_images/careers/job_opportunities2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(3)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers/job_opportunities1.gif\" name=\"navImage29\" width=\"159\" height=\"22\" border=\"0\" id=\"Image29\"></a></td>");
    document.writeln("</tr>");
   // document.writeln("<tr>");
   //   document.writeln("<td><a href=\""+openSSLink(4,3,0,0)+"\" onMouseOver=\"MM_callJS('hoverMenu(3)');MM_swapImage('navImage30','','"+ hostName + languageDirectory + "/nav/menu_images/careers/application_form2.gif',1)\" onMouseOut=\"MM_callJS('hideMenu(3)');MM_swapImgRestore()\"><img src=\""+ hostName + languageDirectory + "/nav/menu_images/careers/application_form1.gif\" name=\"navImage30\" width=\"159\" height=\"22\" border=\"0\" id=\"Image30\"></a></td>");
   // document.writeln("</tr>");
  document.writeln("</table>");
document.writeln("</layer>");
}