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, '/', 'Home','0'));
secNaviArray.push(new Array(0
));
//******************************************// 

//** Products *********************// 
naviArray.push(new Array(1, '/products/index.html', 'Products','80','200'));
secNaviArray.push(new Array(1, 
new Array("/products/index.html","Category Top","_self","160", "1", true),
new Array("/products/Concept.html","Concept","_self","160","1", true),
new Array("/products/Feature.html","Feature","_self","160","1", true),
new Array("/products/Datasheet.html","Datasheet","_self","160","3", true),
new Array("/products/specification.html","System requirements","_self","160","2", true),
new Array("/evaluation/p_video.html","Video","slswindow","160","7", true),
new Array("/catalog/index.html","Application Catalog","_self","160","8", true),
new Array("/products/ourvision.html","Our Vision","_self","160","6", true),
new Array("/products/foryourcomfort.html","For Your Comfort","_self","160","0", true),
new Array("/evaluation/index.html","Free Trial","_self","160","0", true),
new Array("/cgi-bin/list_search.cgi","Library","_self","160","9", true),
new Array("/products/jmag-bus/index.html","JMAG-BUS","_self","160","9", true)
));
//******************************************// 

//** Solutions *********************// 
naviArray.push(new Array(2, '/solutions/index.html', 'Solutions','70'));
secNaviArray.push(new Array(2, 
new Array("/solutions/motordesign.html","Motor Design","_self","140","1", true),
new Array("/solutions/transformerdesign.html","Transformer Design","_self","140","41", true),
new Array("/solutions/motordrivesystem.html","Motor Drive System","_self","140","1", true),
new Array("/solutions/inductionheating.html","Induction Heating","_self","140","3", true)
));
//******************************************// 

//** Markets *********************// 
naviArray.push(new Array(3, '/markets/index.html', 'Markets','80'));
secNaviArray.push(new Array(3, 
new Array("/markets/automotive.html","Automotive","_self","160","1", true),
new Array("/markets/homeappliance.html","Home Appliance","_self","160","41", true),
new Array("/markets/digitalequipment.html","Digital Equipment","_self","160","1", true),
new Array("/markets/factoryautomation.html","Factory Automation","_self","160","3", true),
new Array("/markets/electricpowerfacilities.html","Electric Power Facilities","_self","160","2", true)
));
//******************************************// 

//** Evaluation *********************// 
naviArray.push(new Array(4, '/evaluation/index.html', 'Evaluation','100'));
secNaviArray.push(new Array(0
));
//******************************************// 

//** Academic Field *********************// 
naviArray.push(new Array(5, '/academia/index.html', 'Academic Field','100'));
secNaviArray.push(new Array(0
));
//******************************************// 

//** About Us *********************// 
naviArray.push(new Array(6, '/aboutus/index.html', 'About Us','50'));
secNaviArray.push(new Array(6, 
new Array("/aboutus/index.html","Category Top","_self","160","1", true),
new Array("/aboutus/members.html","Members","_self","160","41", true),
new Array("/aboutus/technicalpartners.html","Technicalpartners","_self","160","1", true),
new Array("http://www.jsol.co.jp/english/company/outline.html","About JSOL Corporation","_blank","160","3", true),
new Array("/newsletter/index.html","JMAG News Letter","_self","160","1", true)
));
//******************************************// 

//** Events *********************// 
naviArray.push(new Array(7, '/event/index.html', 'Events','80'));
secNaviArray.push(new Array(0));
//*******************************// 

//** Careers *********************// 
naviArray.push(new Array(8, '/career/index.html', 'Careers','80'));
secNaviArray.push(new Array(0
));
//******************************************// 

//** Support*********************// 
naviArray.push(new Array(9, '/support.html', 'Support','200'));
secNaviArray.push(new Array(9, 
new Array("/support.html","Category Top","_self","150","1", true),
new Array("/catalog/index.html","Application Catalog","_self","150","41", true),
new Array("/support/en/faq/index.html","Technical-FAQs","_self","150","1", true),
new Array("/support/en/selflearning.html","Self Learning System","_self","150","1", true),
new Array("/support/en/tutorial/index.html","New Feature Guide","_self","150","1", true),
new Array("/support/en/documentation/index.html","Documentation","_self","150","1", true),
new Array("/support/en/download/index.html","Downloads","_self","150","1", true)
));
//******************************************// 

//** Contact *********************// 
naviArray.push(new Array(10, 'https://www.jmag-international.com/form/contact/web_form.html', 'Contact','0'));
secNaviArray.push(new Array(0
));
//******************************************// 
