document.write('<div id="header">');
document.write('<div id="header_in">');

/* <!-- header==logo --> */
document.write('<div id="logo">');
document.write('<a href="'+toppath+'index.html"><img src="'+imgpath+'common/images/logo.gif" alt="SE-Learning [翔泳社のラーニングポータル" width="204" height="52"></a>');
document.write('</div>');
/* <!-- /header==logo --> */

/* <!-- header==topbanner --> */
document.write('<div id="topbanner">');
document.write('<div class="banner"><img src="'+imgpath+'images/090522b-1.gif" alt="翔泳社の学習ソフト" width="728" height="90"></div>');
document.write('</div>');
/* <!-- /header==topbanner --> */

document.write('<div class="clear"><hr></div>');

/* <!-- header==headmenu --> */
document.write('<div id="headmenu">');

/* <!-- header==headmenu==NaviMenu --> */
document.write('<div class="NaviMenu">');
document.write('<ul>');

if(currentp == "TOP"){
document.write('<li><a href="'+toppath+'index.html"><img src="'+imgpath+'common/images/n-home_o.png" alt="トップ" width="86" height="26"></a></li>');
}else{
document.write('<li><a href="'+toppath+'index.html" onMouseOver="imgRoll(this.firstChild,1);" onMouseOut="imgRoll(this.firstChild,0);"><img src="'+imgpath+'common/images/n-home_d.png" alt="トップ" width="86" height="26"></a></li>');
};

if(currentp == "NEWS"){
document.write('<li><a href="'+linkpath+'news/index.html"><img src="'+imgpath+'common/images/n-news_o.png" alt="ニュース" width="86" height="26"></a></li>');
}else{
document.write('<li><a href="'+linkpath+'news/index.html" onMouseOver="imgRoll(this.firstChild,1);" onMouseOut="imgRoll(this.firstChild,0);"><img src="'+imgpath+'common/images/n-news_d.png" alt="ニュース" width="86" height="26"></a></li>');
};

if(currentp == "SOFT"){
document.write('<li><a href="'+linkpath+'soft/index.html"><img src="'+imgpath+'common/images/n-soft_o.png" alt="学習ソフト" width="86" height="26"></a></li>');
}else{
document.write('<li><a href="'+linkpath+'soft/index.html" onMouseOver="imgRoll(this.firstChild,1);" onMouseOut="imgRoll(this.firstChild,0);"><img src="'+imgpath+'common/images/n-soft_d.png" alt="学習ソフト" width="86" height="26"></a></li>');
};





if(currentp == "COMPANY"){
document.write('<li><a href="'+linkpath+'company/index.html"><img src="'+imgpath+'common/images/n-company_o.png" alt="会社概要" width="86" height="26"></a></li>');
}else{
document.write('<li><a href="'+linkpath+'company/index.html" onMouseOver="imgRoll(this.firstChild,1);" onMouseOut="imgRoll(this.firstChild,0);"><img src="'+imgpath+'common/images/n-company_d.png" alt="会社概要" width="86" height="26"></a></li>');
};

if(currentp == "INFO"){
document.write('<li><a href="'+linkpath+'info/index.html"><img src="'+imgpath+'common/images/n-info_o.png" alt="お問い合わせ" width="86" height="26"></a></li>');
}else{
document.write('<li><a href="'+linkpath+'info/index.html" onMouseOver="imgRoll(this.firstChild,1);" onMouseOut="imgRoll(this.firstChild,0);"><img src="'+imgpath+'common/images/n-info_d.png" alt="お問い合わせ" width="86" height="26"></a></li>');
};

document.write('</ul>');
document.write('</div>');
/* <!-- /header==headmenu==NaviMenu --> */

/* <!-- ToolMenu --> */
document.write('<div class="toolmenu">');
document.write('<ul>');
document.write('</ul>');
document.write('</div>');
/* <!-- /ToolMenu --> */

document.write('</div>');
/* <!-- /header==headmenu --> */

/* <!-- header==headmenubtm --> */
document.write('<div id="headmenubtm"><hr></div>');
/* <!-- /header==headmenubtm --> */

document.write('</div>');
document.write('</div>');