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