// Open new window and jump to specific pages.
function gotoUSS() {
	window.open('http://bzl.cis6200.jp/e/index.asp?id=f46255', '_blank', '');
}
