﻿document.write('<STYLE type="text/css">');
document.write('#MenuSpan { position:absolute; width:753px;}');
document.write('#MenuTable { border-width: 0; border-color: #003366; border-style:solid}');
document.write('td.MenuCell { padding:2; padding-left:4; padding-right:4; background:#E2BB57; border:0 solid #000000; text-align:LEFT;}');
document.write('#subMenuTable { background: #003366; border-width: 0; border-color: #003366; border-style:solid;}');
document.write('td.TopCell {text-decoration:none; color:#003366; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal; text-align:center;}');
document.write('a.TopItem {text-decoration:none; color:#003366; font-weight: 700; font-family: Verdana; font-size: 12px; font-style:normal;}');
document.write('a.TopItem:hover {text-decoration:none; color:#003366;}');
document.write('a.SubItem {text-decoration:none; color:#003366; font-weight: 400; font-family: Verdana; font-size: 12px; font-style:normal;}');
document.write('a.SubItem:hover {text-decoration:none; color:#003366;}');
if(PageName!='Home'){
document.write('#SubMemu0 { position:absolute; left:110px; top:25px; visibility:hidden;}');
document.write('#SubMenu1 { position:absolute; left:217px; top:25px; visibility:hidden;}');
document.write('#SubMenu2 { position:absolute; left:324px; top:25px; visibility:hidden;}');
document.write('#SubMenu3 { position:absolute; left:430px; top:25px; visibility:hidden;}');
document.write('#SubMenu4 { position:absolute; left:536px; top:25px; visibility:hidden;}');
}
else if(PageName=='Home'){
document.write('#SubMemu0 { position:absolute; left:3px; top:25px; visibility:hidden;}');
document.write('#SubMenu1 { position:absolute; left:128px; top:25px; visibility:hidden;}');
document.write('#SubMenu2 { position:absolute; left:252px; top:25px; visibility:hidden;}');
document.write('#SubMenu3 { position:absolute; left:376px; top:25px; visibility:hidden;}');
document.write('#SubMenu4 { position:absolute; left:500px; top:25px; visibility:hidden;}');
}
document.write('</style>');
var BrowserName
var HideTimer = null;
if(document.layers){ BrowserName='NN4';}
if(document.all){ BrowserName='IE';}
if(!document.all && document.getElementById){ BrowserName='NN6';}
function ShowMenu(menuname)
{
if(BrowserName=='NN4') document.layers[menuname].visibility = 'visible';
if(BrowserName=='IE') document.all[menuname].style.visibility = 'visible';
if(BrowserName=='NN6') document.getElementById(menuname).style.visibility = 'visible';
if(HideTimer) clearTimeout(HideTimer);}
function TimerMenu()
{
if(HideTimer) clearTimeout(HideTimer);HideTimer = setTimeout("HideAll();" ,600);}
function HideMenu(menuname)
{
if(BrowserName=='NN4') document.layers[menuname].visibility = 'hidden';
if(BrowserName=='IE') document.all[menuname].style.visibility = 'hidden';
if(BrowserName=='NN6') document.getElementById(menuname).style.visibility = 'hidden';}
function Hilite(menuitem) 
{
if(typeof(CurrentPage)!='undefined' && menuitem==CurrentPage) return;
if(BrowserName=='IE') document.all[menuitem].style.backgroundColor = '#DCAB2A';
if(BrowserName=='NN6') document.getElementById(menuitem).style.backgroundColor = '#DCAB2A';
if(HideTimer) clearTimeout(HideTimer);}
function unHilite(menuitem) 
{
if(typeof(CurrentPage)!='undefined' && menuitem==CurrentPage) return;
if(BrowserName=='IE') document.all[menuitem].style.backgroundColor = '#E2BB57';
if(BrowserName=='NN6') document.getElementById(menuitem).style. backgroundColor = '#E2BB57';
if(HideTimer) clearTimeout(HideTimer);HideTimer = setTimeout("HideAll();" ,600);}
function HideAll()
{
HideMenu('SubMemu0');
HideMenu('SubMenu1');
HideMenu('SubMenu2');
HideMenu('SubMenu3');
HideMenu('SubMenu4');}
function OpenMenu(menuname)
{
ShowMenu(menuname);
if(menuname!='SubMemu0') HideMenu('SubMemu0');
if(menuname!='SubMenu1') HideMenu('SubMenu1');
if(menuname!='SubMenu2') HideMenu('SubMenu2');
if(menuname!='SubMenu3') HideMenu('SubMenu3');
if(menuname!='SubMenu4') HideMenu('SubMenu4');}
document.write('<table width=746 cellspacing=0 border=0 cellpadding=0 height=22>');
document.write('<tr><td align=LEFT valign=top>');
document.write('<span id="MenuSpan">');
document.write('<table width=746 id="MenuTable" cellspacing=1 cellpadding=1 bgcolor=#003366>');
document.write('<tr>');
if(PageName!='Home'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="index.htm" class="TopItem" onMouseOver="HideAll()">首页</a>');
document.write('</td></tr></table>');
document.write('</td>');
if(PageName!='TheCompany'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="dowjones_brief.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMemu0\')" onMouseOut="TimerMenu();">公司简介</a>');
document.write('</td></tr></table>');}
else if(PageName=='TheCompany'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 bgcolor=#09427D>')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="dowjones_brief.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMemu0\')" onMouseOut="TimerMenu();"><font color=#EFF7FF>公司简介</font></a>');
document.write('</td></tr></table>');}
document.write('</td>');
if(PageName!='ProductsServices'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="product_service.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu1\')" onMouseOut="TimerMenu();">产品和服务</a>');
document.write('</td></tr></table>');}
else if(PageName=='ProductsServices'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 bgcolor=#09427D>')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="product_service.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu1\')" onMouseOut="TimerMenu();"><font color=#EFF7FF>产品和服务</font></a>');
document.write('</td></tr></table>');}
document.write('</td>');
document.write('<td class="TopCell" align=LEFT width=102 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="http://www.dowjones.com/InvestorRelations/Overview.html" class="TopItem" onMouseOver="OpenMenu(\'SubMenu2\')" onMouseOut="TimerMenu();">投资者关系</a>');
document.write('</td></tr></table>');
document.write('</td>');
if(PageName!='CustomerService'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="customer_service.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu3\')" onMouseOut="TimerMenu();">客户服务</a>');
document.write('</td></tr></table>');}
else if(PageName=='CustomerService'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 bgcolor=#09427D>')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="customer_service.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu3\')" onMouseOut="TimerMenu();"><font color=#EFF7FF>客户服务</font></a>');
document.write('</td></tr></table>');}
document.write('</td>');
if(PageName!='Pressroom'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="pressroom.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu4\')" onMouseOut="TimerMenu();">公司新闻</a>');
document.write('</td></tr></table>');}
else if(PageName=='Pressroom'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 bgcolor=#09427D>')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="pressroom.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu4\')" onMouseOut="TimerMenu();"><font color=#EFF7FF>公司新闻</font></a>');
document.write('</td></tr></table>');}
document.write('</td>');
if(PageName!='Careers'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="career.htm" class="TopItem" onMouseOver="HideAll()">工作机会</a>');
document.write('</td></tr></table>');}
else if(PageName=='Careers'){
document.write('<td class="TopCell" align=LEFT width=102 height=22 bgcolor=#09427D>')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="career.htm" class="TopItem" onMouseOver="HideAll()"><font color=#EFF7FF>工作机会</font></a>');
document.write('</td></tr></table>');}
}
else if(PageName=='Home'){
document.write('<td class="TopCell" align=LEFT width=119 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="about_dj.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMemu0\')" onMouseOut="TimerMenu();">公司简介</a>');
document.write('</td></tr></table>');
document.write('</td>');
document.write('<td class="TopCell" align=LEFT width=119 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="product_service.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu1\')" onMouseOut="TimerMenu();">产品和服务</a>');
document.write('</td></tr></table>');
document.write('</td>');
document.write('<td class="TopCell" align=LEFT width=119 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="http://www.shareholder.com/dowjones/" class="TopItem" onMouseOver="OpenMenu(\'SubMenu2\')" onMouseOut="TimerMenu();">投资者关系</a>');
document.write('</td></tr></table>');
document.write('</td>');
document.write('<td class="TopCell" align=LEFT width=119 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="customer_service.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu3\')" onMouseOut="TimerMenu();">客户服务</a>');
document.write('</td></tr></table>');
document.write('</td>');
document.write('<td class="TopCell" align=LEFT width=119 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="pressroom.htm" class="TopItem" onMouseOver="OpenMenu(\'SubMenu4\')" onMouseOut="TimerMenu();">公司新闻</a>');
document.write('</td></tr></table>');
document.write('</td>');
document.write('<td class="TopCell" align=LEFT width=119 height=22 background="images/image000.gif">')
document.write('<table cellspacing=0 cellpadding=0 border=0 align=center><tr><td>');
document.write('<a href="career.htm" class="TopItem" onMouseOver="HideAll()">工作机会</a>');
document.write('</td></tr></table>');
}
document.write('</td>');
document.write('</tr>');
document.write('</table><p>');
document.write('<div id="SubMemu0">');
document.write('<table id="subMenuTable" width=168 cellspacing=1>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_0_0" onMouseOver="Hilite(\'s11213355_0_0\')" onMouseOut="unHilite(\'s11213355_0_0\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="dowjones_china.htm" class="SubItem">   道琼斯中文业务</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_0_1" onMouseOver="Hilite(\'s11213355_0_1\')" onMouseOut="unHilite(\'s11213355_0_1\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="about_dj.htm" class="SubItem">   公司历史</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_0_2" onMouseOver="Hilite(\'s11213355_0_2\')" onMouseOut="unHilite(\'s11213355_0_2\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="http://www.dj.com/TheCompany/Awards/Awards.htm" class="SubItem">   奖项和荣誉(英文)</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('</table></div>');
document.write('<div id="SubMenu1">');
document.write('<table id="subMenuTable" width=168 cellspacing=1>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_1_0" onMouseOver="Hilite(\'s11213355_1_0\')" onMouseOut="unHilite(\'s11213355_1_0\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="product_service_p.htm" class="SubItem">   消费者媒体集团</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_1_1" onMouseOver="Hilite(\'s11213355_1_1\')" onMouseOut="unHilite(\'s11213355_1_1\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="product_service_e.htm" class="SubItem">   企业媒体集团</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_1_2" onMouseOver="Hilite(\'s11213355_1_2\')" onMouseOut="unHilite(\'s11213355_1_2\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="product_service_s.htm" class="SubItem">   社区媒体集团</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_1_3" onMouseOver="Hilite(\'s11213355_1_3\')" onMouseOut="unHilite(\'s11213355_1_3\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="product_service_index.htm" class="SubItem">   战略合作</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('</table></div>');
document.write('<div id="SubMenu2">');
document.write('<table id="subMenuTable" width=168 cellspacing=1>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_2_0" onMouseOver="Hilite(\'s11213355_2_0\')" onMouseOut="unHilite(\'s11213355_2_0\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="http://www.dowjones.com/InvestorRelations/Overview.html" class="SubItem">   概览(英文)</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_2_1" onMouseOver="Hilite(\'s11213355_2_1\')" onMouseOut="unHilite(\'s11213355_2_8\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="http://www.dowjones.com/Pressroom/EmailNewsAlerts.htm" class="SubItem">   订阅电子邮件提醒(英文)</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('</table></div>');
document.write('<div id="SubMenu3">');
document.write('<table id="subMenuTable" width=168 cellspacing=1>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_3_0" onMouseOver="Hilite(\'s11213355_3_0\')" onMouseOut="unHilite(\'s11213355_3_0\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="subscribe.htm" class="SubItem">   订阅</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_3_1" onMouseOver="Hilite(\'s11213355_3_1\')" onMouseOut="unHilite(\'s11213355_3_1\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="ad.htm" class="SubItem">   广告</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_3_2" onMouseOver="Hilite(\'s11213355_3_2\')" onMouseOut="unHilite(\'s11213355_3_2\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="cooperate.htm" class="SubItem">   业务合作</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_3_3" onMouseOver="Hilite(\'s11213355_3_3\')" onMouseOut="unHilite(\'s11213355_3_3\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="information.htm" class="SubItem">   信息资讯</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_3_4" onMouseOver="Hilite(\'s11213355_3_4\')" onMouseOut="unHilite(\'s11213355_3_4\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="news.htm" class="SubItem">   新闻业务</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_3_5" onMouseOver="Hilite(\'s11213355_3_5\')" onMouseOut="unHilite(\'s11213355_3_5\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="indexes.htm" class="SubItem">   指数业务</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('</table></div>');
document.write('<div id="SubMenu4">');
document.write('<table id="subMenuTable" width=168 cellspacing=1>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_4_0" onMouseOver="Hilite(\'s11213355_4_0\')" onMouseOut="unHilite(\'s11213355_4_0\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="pressroom.htm" class="SubItem">   公司动态</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_4_1" onMouseOver="Hilite(\'s11213355_4_1\')" onMouseOut="unHilite(\'s11213355_4_1\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="http://www.dj.com/Pressroom/PressReleases.htm" class="SubItem">   新闻稿(英文)</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_4_2" onMouseOver="Hilite(\'s11213355_4_2\')" onMouseOut="unHilite(\'s11213355_4_2\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="http://www.dj.com/Pressroom/ExecutiveSpeeches.htm" class="SubItem">   管理层演讲(英文)</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_4_3" onMouseOver="Hilite(\'s11213355_4_3\')" onMouseOut="unHilite(\'s11213355_4_3\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="http://www.dj.com/Pressroom/FactSheets.htm" class="SubItem">   产品最新相关数据(英文)</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align=LEFT class="MenuCell" height=20 id="s11213355_4_4" onMouseOver="Hilite(\'s11213355_4_4\')" onMouseOut="unHilite(\'s11213355_4_4\')">');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%"><tr><td width="90%" align=LEFT>');
document.write('<a href="media.htm" class="SubItem">   媒体联系</a>')
;document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr>');
document.write('</table></div>');
document.write('</span></td></tr></table>');

