

//記事に対する意見投稿フォームを表示
function ShowAddCommentForm(n){
	//n：親記事のシリアル番号
	window.open("http://makitoishi.com/comment/add.asp?n=" + n,"commadd","scrollbars=yes,resizable=yes,menubar=yes,width=600,height=600");
}

//記事に対するコメント一覧表示
function ShowCommentList(n){
	//n：親記事のシリアル番号
	window.open("http://makitoishi.com/comment/list.asp?n=" + n,"commlist","scrollbars=yes,resizable=yes,menubar=yes,width=600,height=600");
}

function ShowCtrb(){
	window.open("http://makitoishi.com/ctrb/ctrb.htm","ctrbwin","width=580,height=520,location=yes,menubar=yes,resizable=yes,scrollbars=yes");
}

function ChangeL(){
	document.location.href="http://makitoishi.com/test.asp?l=c";
}

function TopFL(){
	fls="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='450' HEIGHT='100' id='top' ALIGN VIEWASTEXT>";
	fls=fls+"<param NAME='movie' VALUE='images/top.swf'>";
	fls=fls+"<param NAME='quality' VALUE='high'>";
	fls=fls+"<param NAME='bgcolor' VALUE='#FFFFFF'>";
	fls=fls+"<embed src='images/top.swf' quality='high' bgcolor='#FFFFFF' WIDTH='450' HEIGHT='100' NAME='top' ALIGN TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'>";
	fls=fls+"</object>";
	document.write(fls);
}

	