//DH gloval navigation 950
/* Japanese Header */
function dh_header_j(page)
{
		var html = '<div id="dh-all-hd_950">' +
 '<div id="dhhd"">' +
 '<p class="hd_logo"><A HREF="/index.html"><IMG SRC="/common/images/dh950/hd_logo.gif" WIDTH="200" HEIGHT="71" ALT="ディズニーホテル"></A></p>' +
 '<ul id="language" class="clearfix">' +
 '<LI><A HREF="/index_e.html" target="_blank"><IMG SRC="/common/images/dh950/hd_en_off.gif" ALT="English" WIDTH="58" HEIGHT="16"></A></LI>' +
 '<LI><A HREF="/index_ch.html" target="_blank"><IMG SRC="/common/images/dh950/hd_cn_off.gif" ALT="Chinese" WIDTH="33" HEIGHT="16"></A></LI>' +
 '<LI><A HREF="/index_kr.html" target="_blank"><IMG SRC="/common/images/dh950/hd_kr_off.gif" ALT="Korea" WIDTH="42" HEIGHT="16"></A></LI>' +
 '</ul>' +
 '<ul id="dhNavi" class="clearfix">' +
 '<LI><A HREF="/index.html"><IMG SRC="/common/images/dh950/hd_dh_off.gif" WIDTH="108" HEIGHT="22" ALT="ディズニーホテル"></A></LI>' +
 '<LI><A HREF="/dah/index.html"><IMG SRC="/common/images/dh950/hd_dah_off.gif" ALT="ディズニーアンバサダーホテル" WIDTH="165" HEIGHT="22"></A></LI>' +
 '<LI><A HREF="/dhm/index.html"><IMG SRC="/common/images/dh950/hd_dhm_off.gif" ALT="東京ディズニーシー・ホテルミラコスタ" WIDTH="194" HEIGHT="22"></A></LI>' +
 '<LI><A HREF="/tdh/index.html"><IMG SRC="/common/images/dh950/hd_tdh_off.gif" ALT="東京ディズニーランドホテル" WIDTH="155" HEIGHT="22"></A></LI>' +
 '</UL>' +
 '<div class="clear"></div>' +
 '</DIV>' +
 '</DIV>';
		
		document.write( html );
}
