function lnavi(contents){

document.write("<table width=\"720\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");

<!-- about-->
document.write("<td width=\"120\" height=\"37\"><a href=\"javascript:getFullscreen('../about/index.html');\" onmouseover=\"MM_swapImage('whatyrc','','../shared/img/local_m3_whatyrc_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\"><img src=\"../shared/img/local_m3_whatyrc.gif\" alt=\"YOKOHAMA A part of Your Daily Life\" name=\"whatyrc\" height=\"37\" width=\"120\" border=\"0\"></a></td>");




<!-- company-->
if(contents==2){
document.write("<td width=\"120\" height=\"37\"><img src=\"../shared/img/local_m3_company_o.gif\" alt=\"Corporate Info.\" name=\"company\" height=\"37\" width=\"120\" border=\"0\"></td>");
}else{
document.write("<td width=\"120\" height=\"37\"><a href=\"../profile/index.html\" onmouseover=\"MM_swapImage('company','','../shared/img/local_m3_company_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\"><img src=\"../shared/img/local_m3_company.gif\" alt=\"Corporate Info.\" name=\"company\" height=\"37\" width=\"120\" border=\"0\"></a></td>");
}


<!-- release-->
if(contents==3){
document.write("<td width=\"120\" height=\"37\"><img src=\"../shared/img/local_m3_release_o.gif\" alt=\"News Release\" name=\"release\" height=\"37\" width=\"120\" border=\"0\"></td>");
}else{
document.write("<td width=\"120\" height=\"37\"><a href=\"http://www.yrc-pressroom.jp/english\" onmouseover=\"MM_swapImage('release','','../shared/img/local_m3_release_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\"><img src=\"../shared/img/local_m3_release.gif\" alt=\"News Release\" name=\"release\" height=\"37\" width=\"120\" border=\"0\"></a></td>");
}

<!-- ir-->
if(contents==4){
document.write("<td width=\"120\" height=\"37\"><img src=\"../shared/img/local_m3_ir_o.gif\" alt=\"Investor Relations\" name=\"ir\" height=\"37\" width=\"120\" border=\"0\"></td>");
}else{
document.write("<td width=\"120\" height=\"37\"><a onmouseover=\"MM_swapImage('ir','','../shared/img/local_m3_ir_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\" href=\"http://www.yrc-pressroom.jp/ir_en/\"><img src=\"../shared/img/local_m3_ir.gif\" alt=\"Investor Relations\" name=\"ir\" height=\"37\" width=\"120\" border=\"0\"></a></td>");
}

<!-- ir-->
if(contents==6){
document.write("<td width=\"121\" height=\"37\"><img src=\"../shared/img/local_m3_envi_o.gif\" alt=\"Environmental and Social Activities\" name=\"envi\" height=\"37\" width=\"121\" border=\"0\"></td>");
}else{
document.write("<td width=\"121\" height=\"37\"><a onmouseover=\"MM_swapImage('envi','','../shared/img/local_m3_envi_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\" href=\"http://www.yrc-pressroom.jp/env_en\"><img src=\"../shared/img/local_m3_envi.gif\" alt=\"Environmental and Social Activities\" name=\"envi\" height=\"37\" width=\"121\" border=\"0\"></a></td>");
}

<!-- group-->
if(contents==5){
document.write("<td width=\"119\" height=\"37\"><img src=\"../shared/img/local_m3_group_o.gif\" alt=\"Affiliates\" name=\"group\" height=\"37\" width=\"119\" border=\"0\"></td>");
}else{
document.write("<td width=\"119\" height=\"37\"><a onmouseover=\"MM_swapImage('group','','../shared/img/local_m3_group_o.gif',1);\" onmouseout=\"MM_swapImgRestore();\" href=\"../group/index.html\"><img src=\"../shared/img/local_m3_group.gif\" alt=\"Subsidiaries and Affiliates\" name=\"group\" height=\"37\" width=\"119\" border=\"0\"></a></td>");
}

document.write("</tr></table>");

}