/**************************************************************/
// dk_j_setlocalnavi.js 2008.3.7 Ver.1.0
// Copyright (c) Daihatsu Motor Co., Ltd. All rights reserved.
/**************************************************************/


//--outside domain--//
var domain = "http://www.daihatsu.com/"


linkPath = outerDomain ? domain : rootPath;
imgPath = rootPath;
inlinePath = rootPath;


//--localnavi HTML--//
document.write('<div id="dk_localnavi-area"><h2 id="dk_wwn_cou_A00"><a href="'+ linkPath + 'networks/index.html" class="off">Worldwide Networks</a></h2><ul><li id="dk_wwn_cou_B00"><a href="'+ linkPath + 'networks/japan.html"  class="off">Japan(Headquarters)</a></li><li id="dk_wwn_cou_C00"><a href="'+ linkPath + 'networks/africa.html" class="off">Africa</a></li><li id="dk_wwn_cou_D00"><a href="'+ linkPath + 'networks/asia.html" class="off">Asia</a></li><li id="dk_wwn_cou_E00"><a href="'+ linkPath + 'networks/americas.html" class="off">Americas</a></li><li id="dk_wwn_cou_F00"><a href="'+ linkPath + 'networks/europe.html" class="off">Europe</a></li><li id="dk_wwn_cou_G00"><a href="'+ linkPath + 'networks/m_east.html" class="off">Middle East</a></li><li id="dk_wwn_cou_H00"><a href="'+ linkPath + 'networks/oceania.html" class="off">Oceania</a></li></ul></div>');