if (navigator.userAgent.indexOf('BlackBerry') > -1 ||
    navigator.userAgent.indexOf('iPod') > -1 ||
    navigator.userAgent.indexOf('iPhone') > -1 ||
    navigator.userAgent.indexOf('Opera Mobi') > -1 ||
    navigator.userAgent.indexOf('KDDI') > -1 ||
    navigator.userAgent.indexOf('PDA') > -1 ||
    navigator.userAgent.indexOf('Windows CE') > -1 ||
    navigator.userAgent.indexOf('Series60') > -1 ||
    navigator.userAgent.indexOf('ibisBrowser') > -1 ||
    navigator.userAgent.indexOf('jig') > -1 ||
    navigator.userAgent.indexOf('Scope') > -1) { // ケータイ用PCブラウザの場合
document.write('');
// location.href='http://www.2219.net/index2.html';

} else { // 上記に該当しない場合
document.write('<script src="http://www.2219.net/js/mmenu.js" type="text/javascript"></script>');
document.write('<script src="http://www.2219.net/js/menuItems.js" type="text/javascript"></script>');
}

// menuItems.js の「id:'menu1'」(IDセレクター) は、html関連は desktop.css で設定、CGI関連は各CGIの
// config等で設定。
