<!--
var curpage;
if (location.pathname.match(/([^\/]+)\.html$/)) {
  curpage = RegExp.lastParen;
}else if (location.pathname.match(/k_inquiry.php$/)) {
  curpage = "k_inquiry";
}else{
  curpage = "k_order";
}
document.write("<style type=text/css><!--");
document.write("#menulist li." + curpage + " a{ background: #FF667F; }");
document.write("--></style>");
//-->
