<!--
// ::::::::::::::: Link to printPage
str = location.search;
str = str.substring(1,str.length);
fname = location.href;

if(document.layers){
	document.write('');
}else{
	if (str != "print") {
		document.write('<a href="' + fname + '?print" target="_blank" title="このページの印刷用ページへ">印刷用ページ</a>');
	}
}
//-->
