

/**********************************************************

* sidenavi */

var catepath = document.getElementById('filepath').getAttribute('href'/*@cc_on , 2 @*/).replace('common/css/base.css', '');
catepath = catepath+'amusement/';
var path = location.href;
var page = '_over';
var page1 = '';
var page2 = '';
var page3 = '';
var page4 = '';
var page5 = '';
var page6 = '';
var page7 = '';

if (path.indexOf('amusement/index') != -1) {
	page1 = page;
} else {
	page1 = '';
}
if (path.indexOf('amusement/catch') != -1) {
	page2 = page;
} else {
	page2 = '';
}
if (path.indexOf('amusement/snows') != -1) {
	page3 = page;
} else {
	page3 = '';
}
if (path.indexOf('amusement/omikuji') != -1) {
	page4 = page;
} else {
	page4 = '';
}
if (path.indexOf('amusement/wallpaper') != -1) {
	page5 = page;
} else {
	page5 = '';
}
if (path.indexOf('amusement/uranai') != -1) {
	page6 = page;
} else {
	page6 = '';
}
if (path.indexOf('amusement/papercraft') != -1) {
	page7 = page;
} else {
	page7 = '';
}

function sidenavi() {
	document.open();
	document.write('				<div class="side-navi">');
	document.write('					<ul class="pkg">');
	document.write('						<li><img src="'+catepath+'img/side_title.gif" width="163" height="22" alt="アミューズメント" /></li>');
	document.write('						<li><a href="'+catepath+'index.html"><img src="'+catepath+'img/navi_01'+page1+'.gif" width="163" height="22" alt="アミューズメント" class="rollover'+page1+'" /></a></li>');
	document.write('						<li><a href="'+catepath+'game.html"><img src="'+catepath+'img/navi_02'+page2+'.gif" width="163" height="22" alt="雪や氷のキャッチゲーム" class="rollover'+page2+'" /></a></li>');
	document.write('						<li><a href="'+catepath+'snows.html"><img src="'+catepath+'img/navi_03'+page3+'.gif" width="163" height="22" alt="スノース救出カード" class="rollover'+page3+'" /></a></li>');
	document.write('						<li><a href="'+catepath+'omikuji.html"><img src="'+catepath+'img/navi_04'+page4+'.gif" width="163" height="22" alt="ニチジョグラーのおみくじ" class="rollover'+page4+'" /></a></li>');
	document.write('						<li><a href="'+catepath+'wallpaper.html"><img src="'+catepath+'img/navi_05'+page5+'.gif" width="163" height="22" alt="壁紙（PC用）" class="rollover'+page5+'" /></a></li>');
	document.write('						<li><a href="'+catepath+'uranai.html"><img src="'+catepath+'img/navi_06'+page6+'.gif" width="163" height="22" alt="除雪車占い" class="rollover'+page6+'" /></a></li>');
	document.write('						<li><a href="'+catepath+'papercraft.html"><img src="'+catepath+'img/navi_07'+page7+'.gif" width="163" height="22" alt="ペーパークラフト" class="rollover'+page7+'" /></a></li>');
	document.write('					</ul>');
	document.write('				</div>');
	document.close();
}

