var currenturl = window.location.pathname;
var currentArray = currenturl.split("/");
function idxBc(){

if(currenturl != '/special/platinum/index02.html'){
document.write('<p class="topBack"><a href="/special/platinum/index02.html"><img src="/special/platinum/common/images/nav_topback.gif" alt="トップページ" width="78" height="14" /></a></p>');
}
}




document.write('<h1><a href="/special/platinum/index02.html"><img src="/special/platinum/common/images/nav_logo.jpg" alt="ポケットモンスタープラチナ" width="171" height="84" /></a></h1>');
idxBc();
document.write('<ul id="gnav">');



if(currentArray[3] == 'prologue'){
	document.write('<li><a href="/special/platinum/prologue/index.html"><img src="/special/platinum/common/images/nav_btn_prologue_a.jpg" alt="新たな冒険" width="131" height="34" /></a></li>');
}
else{
	document.write('<li><a href="/special/platinum/prologue/index.html"><img src="/special/platinum/common/images/nav_btn_prologue_o.jpg" alt="新たな冒険" width="131" height="34" /></a></li>');
}


if(currentArray[3] == 'story'){
document.write('<li><a href="/special/platinum/story/index.html"><img src="/special/platinum/common/images/nav_btn_story_a.jpg" alt="ストーリー" width="131" height="34" /></a></li>');
}
else{
document.write('<li><a href="/special/platinum/story/index.html"><img src="/special/platinum/common/images/nav_btn_story_o.jpg" alt="ストーリー" width="131" height="34" /></a></li>');
}


if(currentArray[3] == 'pokemon'){
document.write('<li><a href="/special/platinum/pokemon/index.html"><img src="/special/platinum/common/images/nav_btn_pokemon_a.jpg" alt="ポケモン" width="131" height="34" /></a></li>');
}
else{
document.write('<li><a href="/special/platinum/pokemon/index.html"><img src="/special/platinum/common/images/nav_btn_pokemon_o.jpg" alt="ポケモン" width="131" height="34" /></a></li>');
}


if(currentArray[3] == 'element'){
document.write('<li><a href="/special/platinum/element/index.html"><img src="/special/platinum/common/images/nav_btn_element_a.jpg" alt="新要素" width="131" height="34" /></a></li>');
}
else{
document.write('<li><a href="/special/platinum/element/index.html"><img src="/special/platinum/common/images/nav_btn_element_o.jpg" alt="新要素" width="131" height="34" /></a></li>');
}


if(currentArray[3] == 'special'){
document.write('<li class="navBtnSpecial"><a href="/special/platinum/special/index.html"><img src="/special/platinum/common/images/nav_btn_special_a.jpg" alt="お楽しみ" width="131" height="34" /></a></li>');
}
else{
document.write('<li class="navBtnSpecial"><a href="/special/platinum/special/index.html"><img src="/special/platinum/common/images/nav_btn_special_o.jpg" alt="お楽しみ" width="131" height="34" /></a></li>');
}


if(currentArray[3] == 'hotnews'){
document.write('<li><a href="/special/platinum/hotnews/index.html"><img src="/special/platinum/common/images/nav_btn_hotnews_a.jpg" alt="ホットニュース" width="131" height="34" /></a></li>');
}
else{
document.write('<li><a href="/special/platinum/hotnews/index.html"><img src="/special/platinum/common/images/nav_btn_hotnews_o.jpg" alt="ホットニュース" width="131" height="34" /></a></li>');
}

document.write('</ul>');
document.write('<dl><dt><img src="/special/platinum/common/images/nav_sttl01.gif" alt="オススメ情報" width="171" height="25" /></dt><dd><ul id="osusumeList"><li class="navOsusumeBnr07"><a href="/special/platinum/hotnews/11.html"><img src="/special/platinum/common/images/nav_bnr07.jpg" alt="攻略本情報" width="131" height="37" /></a></li><li class="navOsusumeBnr07"><a href="/special/platinum/hotnews/19.html"><img src="/special/platinum/common/images/nav_bnr10.jpg" alt="Wi-Fi通信で遊ぼう！" width="131" height="37" /></a></li><!--<li class="navOsusumeBnr06"><a href="/special/platinum/hotnews/08.html"><img src="/special/platinum/common/images/nav_bnr06.jpg" alt="特別などうぐ「ひみつのカギ」でロトムがフォルムチェンジ！" width="131" height="73" /></a></li>--><!--<li><a href="/special/platinum/hotnews/01.html"><img src="/special/platinum/common/images/nav_bnr01.jpg" alt="映画館で手に入れた「シェイミ」がフォルムチェンジ！" width="135" height="75" /></a></li><li class="navOsusumeBnr03"><a  href="/special/platinum/hotnews/03.html"><img src="/special/platinum/common/images/nav_bnr03.jpg" alt="「ギラティナ」のオリジナルフィギュアを入手せよ！予約キャンペーン実施中!!" width="135" height="114" /></a></li>--><!--<li class="navOsusumeBnr04"><a href="http://www.pokemon.co.jp/anime/movie/" target="_blank"><img src="/special/platinum/common/images/nav_bnr12.jpg" alt="「ピカチュウカラーのピチュー」と「アルセウス」を手に入れよう！" width="131" height="131" /></a></li>--><!--<li class="navOsusumeBnr04"><a href="http://c.p-advg.com/adpCnt/r?mid=808584&amp;lid=3" target="_blank"><img src="/special/platinum/common/images/yahookids.gif" alt="YAHOO！きっず　ポケットモンスタープラチナ スペシャルサイト" width="131" height="73" /></a></li>--><!--<li class="navOsusumeBnr05"><a href="http://www.jreast.co.jp/pikanori/platinum.html" target="_blank"><img src="/special/platinum/common/images/nav_bnr05.gif" alt="新幹線に乗ってクオカードをゲットしよう！" width="131" height="73" /></a></li>--></ul></dd></dl>');




