<!--
// ::::::::::::::: for Print
str = location.search;
str = str.substring(1,str.length);
if (str == "print") {
	document.write('<link href="/comhtm_e/printpri.css" rel="stylesheet" type="text/css">');
} else {
	document.write('<link href="/comhtm_e/print.css" rel="stylesheet" type="text/css">');
}
//-->

