// JavaScript Document
// hoverstyle
function mover( oid ) { document.getElementById(oid).className='headerNaviItemHover'; } 
// normalstyle
function mout( oid ) { document.getElementById(oid).className='headerNaviItem'; } 