//rowspanに注意してください！項目を追加した場合必ず数値を増やしてください！！by kizu

function dirnum(num,name,name2) {

var dirpath= '';

if(num == "1"){
	dirpath= '../';
}
else if(num == "2"){
	dirpath= '../../';
}
else if(num == "3"){
	dirpath= '../../../';
}
else if(num == "4"){
	dirpath= '../../../../';
}
else if(num == "5"){
	dirpath= '../../../../../';
}




aboutMenu = '';
aboutMenu += '<font color="#333333" class="cap1">｜<a href="' + dirpath + 'index.html" class="toplink">ホームへ</a>｜<a href="' + dirpath + 'about/index.html" class="toplink">無門会とは</a>｜<a href="' + dirpath + 'togashi/index.html" class="toplink">富樫宜資とは</a>｜<a href="' + dirpath + 'move/index.html" class="toplink">ギャラリー</a>｜<a href="' + dirpath + 'senreki/index.html" class="toplink">大会戦歴</a>｜<a href="' + dirpath + 'technique/technique1.html" class="toplink">無門会空手技術書</a>｜</font>';
}