﻿var cn = "<strong>中文</strong>";
var en = "<a href='http://www.h3c.com/portal/default.htm' title='H3C - IToIP Solutions Expert'>English</a>";
var jp = "<a href='http://www.h3c.jp/jp' title='H3C - IToIP Solutions Expert'>日本語</a>";

with (document) {
	write (cn);
	write ("<font style='color:#333'> [ </font>");
	write (en);
	write ("<font style='color:#333;'> ]</font>");
	}
