link_url = ("http://www.kitaqport.or.jp/");

ro_01 = ("'go_japanese','',''+link_url+'images/b_japanese_o.gif',1");
ro_02 = ("'go_chinese','',''+link_url+'images/b_chinese_o.gif',1");

header = '<table width="750" border="0" cellpadding="0" cellspacing="0">'
	+ '<tr>'
	+ '<td width="220" valign="top" nowrap background="'+link_url+'images/bg_header_e.gif">'
	+ '<img src="'+link_url+'images/spacer.gif" width="30" height="21">'
	+ '<a href="'+link_url+'index.html" onMouseOver="MM_swapImage('+ro_01+')" onMouseOut="MM_swapImgRestore()">'
	+ '<img src="'+link_url+'images/b_japanese.gif" alt="JAPANESE SITE" name="go_japanese" width="70" height="21" border="0" id="go_japanese"></a>'
	+ '<a href="'+link_url+'index_c.html" onMouseOver="MM_swapImage('+ro_02+')" onMouseOut="MM_swapImgRestore()">'
	+ '<img src="'+link_url+'images/b_chinese.gif" alt="CHINESE SITE" name="go_chinese" width="70" height="21" border="0" id="go_chinese"></a>'
	+ '<img src="'+link_url+'images/spacer.gif" width="50" height="21"></td>'
	+ '<td align="right" nowrap bgcolor="#FFFFFF" width="530">'
	+ '<img src="'+link_url+'images/spacer.gif" width="463" height="21">'
	+ '<a href="'+link_url+'index_e.html">'
	+ '<img src="'+link_url+'images_e/b_home.gif" alt="HOMEPAGE" width="55" height="14" border="0" vspace="3" hspace="6"></a>'
	+ '</td>'
	+ '</tr>'
	+ '<tr><td COLSPAN="2"><img src="'+link_url+'images/header_line.gif" width="750" height="11"></td></tr>'
	+ '</table>'
document.write( header );
