//Variables to set
between=28 //The pixel between the menus and the submenus
mainheight=25 //The height of the mainmenus
subheight=22 //The height of the submenus
pxspeed=20 //The pixel speed of the animation
timspeed=25 //The timer speed of the animation
menuy=10 //The top placement of the menu.
menux=0 //The left placement of the menu
var padding = "0" //tab of sub menu
//Images - Play with these
level0_regular="menu/level0_regular.gif"
level0_round="menu/level0_round2.gif"

level1_regular="menu/level1_regular.gif"
level1_round="menu/level1_round.gif"
level1_sub="menu/level1_sub.gif"
level1_sub_round="menu/level1_sub_round.gif"
level1_round2="menu/level1_round2.gif"
level2_regular="menu/level2_regular.gif"
level2_round="menu/level2_round.gif"

//Leave this line
preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round)


//There are 3 different types of menus you can make
//top = Main menus
//sub = Sub menus
//sub2 = SubSub menus

//You control the look of the menus in the stylesheet

//makeMenu('TYPE','TEXT','LINK','TARGET', 'END (THE LAST MENU)')


//Menu Home 
makeMenu('top','ホーム','./main/top.jsp','frmMain')

//Menu Home 6
makeMenu('top','e-JSIAの取組','./policy/index.html','frmMain')
	makeMenu('sub','会長からのメッセージ','./policy/ejsia/ejsia_kaityou.html','frmMain')
	makeMenu('sub','活動組織','./policy/sosiki/sosiki_index.htm','frmMain')
	makeMenu('sub','e-JSIAとは？','./policy/ejsia/ejsia_top.html','frmMain')
	makeMenu('sub','意見交換（掲示板）','/servlets/com.necsoft.jsiaedi.bbs.wwwboardServlet','frmMain')
//Menu 0 
makeMenu('top','お知らせ','./topics/index.html','frmMain')
	makeMenu('sub','更新情報','./topics/news1.html','frmMain')
	makeMenu('sub','盤用部材（広告）','./topics/parts.jsp','frmMain')
	makeMenu('sub','e-JSIA対応盤メーカー','./topics/ejsia_ban.htm','frmMain')
	makeMenu('sub','EDI対応ディーラ','./topics/edi_enable.html','frmMain')

//Menu 1
makeMenu('top','ログイン（システム）','./main/ejsia_system.html','frmMain')
	makeMenu('sub','生産管理(SSL)','https://www.e-jsia.com/login.html','_blank')
	makeMenu('sub','生産管理','/login.html','_blank')
	makeMenu('sub','電子カタログ','./main/ecatalog.html','frmMain')
	makeMenu('sub','設計支援サービス','./catadw/ejsia_system_cata.html','frmMain')




//Menu 2
makeMenu('top','導入ガイド','/intro/proc/procedure0_0.html','frmMain')
  makeMenu('sub','導入手順','/intro/proc/procedure0_0.html','frmMain')
  makeMenu('sub','導入事例','./intro/examples.html','frmMain')
  makeMenu('sub','システム紹介','/about/index.html','frmMain')
  makeMenu('sub','動作環境','/intro/requirement.html','frmMain')
  makeMenu('sub','利用料金','/intro/price.html','frmMain')
  makeMenu('sub','用語集','/yougo/yougo.html','frmMain')
  makeMenu('sub','Ｑ＆Ａ','/main/faq.html','frmMain')
  makeMenu('sub','関連資料','/download/index.html','frmMain')
  makeMenu('sub','オプションツール','/products/tool_index.html','frmMain')
    makeMenu('sub2','メール型EDI(無償)','/products/mailedi/index.html','frmMain')
//    makeMenu('sub2','メール暗号化','/products/mail/','frmMain')
    makeMenu('sub2','部品表作成支援','./products/parts/buhin_tool.html','frmMain')
    makeMenu('sub2','納品書印刷','/products/print/','frmMain')
    makeMenu('sub2','バーコード','/products/barcode/','frmMain')



//Menu 3
makeMenu('top','関連リンク','./main/links.html','frmMain')

//Menu 4
makeMenu('top','お問い合わせ')
  makeMenu('sub','パスワードの入手方法','./main/pwget/pwget.htm','frmMain')
  makeMenu('sub','連絡先','./main/contact.html','frmMain')
  makeMenu('sub','フォーム','./main/requestform.html','frmMain')
  makeMenu('sub','著作権について','./about/copyright.html','frmMain')


//Menu 5
makeMenu('top','会員ページ','/member/','frmMain',1)


//Starting the menu
onload=SlideMenuInit;
