// コンシューマサイト静的HTML表示用サブウィンドウ
function ConsumerSubwin(html){
	SubWindow=window.open(html, "consumer", "width=840,height=680,scrollbars=yes,menubar=no,toolbar=no");
	SubWindow.focus();
}

