
//////////ポップアップウィンドウ//////////


//出版.COMからのお知らせ
function openNews01() {
	var w = window.open("", "News01", "width=640,height=580,scrollbars=1,resizable=0,toolbar=0,menubar=0,location=0,status=0");
	if((w == window) || w.closed) { w.focus();} else {w.focus();}
	return(false);
}

