this.rightAdjust = 20;

/**********************************************************************************************
* ナビゲーション項目
* 記述法 : 下記のフォーマットにて列を追加
 naviArray.push(new Array(ナビゲーションID, 'リンク先URL', 'ALT用テキスト'));
 secNaviArray.push(new Array(ナビゲーションID,
 new Array("メニュー項目のリンク先URL","メニュー項目の表示テキスト","ターゲットウィンドウ","リンク有効範囲（幅）"),
 new Array("メニュー項目のリンク先URL","メニュー項目の表示テキスト","ターゲットウィンドウ","リンク有効範囲（幅）"),
 new Array("メニュー項目のリンク先URL","メニュー項目の表示テキスト","ターゲットウィンドウ","リンク有効範囲（幅）"),
                                 ・
                                 ・
                                 ・
 new Array("メニュー項目のリンク先URL","メニュー項目の表示テキスト","ターゲットウィンドウ","リンク有効範囲（幅）")
));


* 注意事項 : 最右側の項目は文字数によって右にずれて表示される可能性があるので、このファイルの1行目の
*             this.rightAdjustをpx数値として変更してください。
*
*
****************************************************************************************/



var naviArray = new Array();
var secNaviArray = new Array();

//** Home *********************// 
naviArray.push(new Array(0, '/jp/', 'Home','0'));
secNaviArray.push(new Array(0
));
//******************************************// 

//** プロダクト *********************// 
naviArray.push(new Array(1, '/jp/products/index.html', 'プロダクト','75'));
secNaviArray.push(new Array(1, 
new Array("/jp/products/index.html","カテゴリー Top","_self",'180'),
new Array("/jp/products/concepts.html","4つのコンセプト","_self",'180'),
new Array("/jp/products/studio_designer/index.html","&nbsp;&nbsp;&nbsp;JMAG-Designer","_self",'180'),
new Array("/jp/products/jmag-bus/index.html","&nbsp;&nbsp;&nbsp;JMAG-Bus","_self",'180'),
new Array("/jp/express/index.html","&nbsp;&nbsp;&nbsp;JMAG-Express","_self",'180'),
new Array("/jp/products/studio_designer/index_studio.html","&nbsp;&nbsp;&nbsp;JMAG-Studio","_self",'180'),
new Array("/jp/products/datasheet.html","データシート","_self",'180'),
new Array("/jp/products/specification.html","動作環境","_self",'180'),
new Array("/jp/catalog/index.html","適用事例：アプリケーションカタログ","_self",'180'),
new Array("/jp/evaluation/p_video.html","JMAGの操作を見る(Video)","slswindow",'180'),
new Array("/cgi-bin/list_search_jp.cgi","論文検索","_self",'180')
));
//******************************************// 

//** ソリューション *********************// 
naviArray.push(new Array(2, '/jp/solutions/index.html', 'ソリューション','95'));
secNaviArray.push(new Array(2, 
new Array("/jp/solutions/motordesign.html","モータ設計","_self",'150'),
new Array("/jp/solutions/transformerdesign.html","トランス・リアクトル設計","_self",'150'),
new Array("/jp/solutions/motordrivesystem.html","モータドライブシステム","_self",'150'),
new Array("/jp/solutions/inductionheating.html","誘導加熱","_self",'150')
));
//******************************************// 

//** 産業/分野別 *********************// 
naviArray.push(new Array(3, '/jp/markets/index.html', '産業/分野別','85'));
secNaviArray.push(new Array(3, 
new Array("/jp/markets/automotive.html","自動車","_self",'170'),
new Array("/jp/markets/homeappliance.html","家庭用電気製品","_self",'170'),
new Array("/jp/markets/digitalequipment.html","デジタル機器","_self",'170'),
new Array("/jp/markets/factoryautomation.html","ファクトリーオートメーション","_self",'170'),
new Array("/jp/markets/electricpowerfacilities.html","電力機器","_self",'170'),
new Array("/jp/academia/index.html", "教育機関","_self",'170')
));
//******************************************// 

//** トライアル *********************// 
naviArray.push(new Array(4, '/jp/evaluation/index.html', 'トライアル','80'));
secNaviArray.push(new Array(0
));
//******************************************// 

//** JMAGグループ *********************// 
naviArray.push(new Array(5, '/jp/aboutus/index.html', 'JMAGグループ','110'));
secNaviArray.push(new Array(5,
new Array("/jp/aboutus/index.html","カテゴリー Top","_self",'180'),
new Array("/jp/aboutus/members.html","販売と技術サポート","_self",'180'),
new Array("/jp/aboutus/technicalpartners.html","テクニカルパートナー","_self",'180'),
new Array("http://www.jsol.co.jp/company/outline.html","株式会社JSOL会社案内","_blank",'180'),
new Array("/jp/products/ourvision.html","JMAGへの想い","_self",'180'),
new Array("/jp/products/foryourcomfort.html","安心してお使いいただくために","_self",'180'),
new Array("/jp/career/index.html","採用","_self",'180')
));
//******************************************// 

//** イベント/セミナー *********************// 
naviArray.push(new Array(6, '/jp/event/index.html', 'イベント/セミナー','115'));
secNaviArray.push(new Array(6,
new Array("/jp/event/index.html#event","イベント","_self",'120'),
new Array("/jp/event/index.html","セミナー","_self",'120')
));
//******************************************// 

//** ニュース *********************// 
naviArray.push(new Array(7, '/jp/newsletter/index.html', 'ニュース','65'));
secNaviArray.push(new Array(7,
new Array("/jp/newsletter/index.html","JMAG NewsLetter","_self",'150'),
new Array("/jp/newsletter/technicalreport.html","テクニカルレポート","_self",'150'),
new Array("/jp/newsletter/implementingjmag.html","JMAG導入事例","_self",'150')
));
//******************************************// 

//** サポート*********************// 
naviArray.push(new Array(8, '/jp/support.html', 'サポート','200'));
secNaviArray.push(new Array(8, 
new Array("/jp/support.html","カテゴリー Top","_self",'200'),
new Array("/jp/catalog/index.html","適用事例：アプリケーションノート","_self",'200'),
new Array("/support/ja/faq/index.html","テクニカルFAQ","_self",'200'),
new Array("/support/ja/selflearning.html","自己学習システム","_self",'200'),
new Array("/support/ja/documentation/index.html","セミナー資料","_self",'200'),
new Array("/support/ja/download/index.html","ダウンロード","_self",'200'),
new Array("/support/ja/license/index.html","ライセンス申請","_self",'200'),
new Array("/jp/consul.html","受託解析コンサルティング","_self",'200')
));
//******************************************// 


//** お問い合わせ *********************// 
naviArray.push(new Array(9, 'https://www.jmag-international.com/form/jp/contact/web_form.html', 'お問い合わせ','0'));
secNaviArray.push(new Array(0
));
//******************************************// 
