
/*  HOME
------------------------------------------------------------*/

  var swapImages = [
										
		/* index */
		new SwapImage('enter','img/index/enter1.gif', 'img/index/enter2.gif'),
		
		/* home */
		new SwapImage('glassmusical','img/home/glassmusical1.gif', 'img/home/glassmusical2.gif'),
		new SwapImage('tablewear','img/home/tablewear3.gif', 'img/home/tablewear4.gif'),
		new SwapImage('hariocm','img/home/hariocm1.gif', 'img/home/hariocm2.gif'),
		new SwapImage('netshop','img/home/netshop1.gif', 'img/home/netshop2.gif'),
		new SwapImage('osu','img/home/osu.gif', 'img/home/osu2.gif'),
		new SwapImage('arrange_r','img/home/arrange_r1.gif', 'img/home/arrange_r2.gif'),
		new SwapImage('wanpl','img/home/wanpl_ban.gif', 'img/home/wanpl_ban2.gif'),
		new SwapImage('mail','img/home/mail1.gif', 'img/home/mail2.gif'),
		new SwapImage('e-style','img/home/e-style1.gif', 'img/home/e-style2.gif'),
		new SwapImage('gaspardetlisa','img/home/gaspardetlisa1.gif', 'img/home/gaspardetlisa2.gif'),
		new SwapImage('cooking','img/home/cooking1.gif', 'img/home/cooking2.gif'),
		new SwapImage('staff','img/all/button_staff1.gif', 'img/all/button_staff2.gif'),
		new SwapImage('button_staff','img/all/button_staff1.gif', 'img/all/button_staff2.gif'),
		new SwapImage('whitesand','img/home/whitesand2.gif', 'img/home/whitesand3.gif'),
		
		new SwapImage('main','img/home/main1.gif', 'img/home/main2.gif'),
		new SwapImage('h_newproduct','img/home/h_newproduct1.gif', 'img/home/h_newproduct2.gif'),
		new SwapImage('h_importance','img/home/h_importance1.gif', 'img/home/h_importance2.gif'),
		new SwapImage('h_new','img/home/h_new1.gif', 'img/home/h_new2.gif'),
		
		/* menu */
    new SwapImage('home','img/all/menu/home1.gif', 'img/all/menu/home2.gif'),
    new SwapImage('ss','img/all/menu/ss1.gif', 'img/all/menu/ss2.gif'),
		new SwapImage('company','img/all/menu/company1.gif', 'img/all/menu/company2.gif'),
    new SwapImage('seihin','img/all/menu/seihin1.gif', 'img/all/menu/seihin2.gif'),
		new SwapImage('glass','img/all/menu/glass1.gif', 'img/all/menu/glass2.gif'),
		new SwapImage('info','img/all/menu/info1.gif', 'img/all/menu/info2.gif'),
		
		/* small */
		new SwapImage('menu_hariocm','img/all/menu/hariocm1.gif', 'img/all/menu/hariocm2.gif'),
		new SwapImage('menu_contribution','img/all/menu/contribution1.gif', 'img/all/menu/contribution2.gif'),
		new SwapImage('menu_ecocooking','img/all/menu/cooking1.gif', 'img/all/menu/cooking2.gif'),
		new SwapImage('menu_catalog','img/all/menu/catalog1.gif', 'img/all/menu/catalog2.gif'),
		new SwapImage('menu_news','img/all/menu/news_release.gif', 'img/news/news_release_on.gif'),
		new SwapImage('menu_scatalog','img/all/menu/scatalog1.gif', 'img/all/menu/scatalog2.gif'),
		
		/* footer */
		new SwapImage('footer_site','img/all/footer/site1.gif', 'img/all/footer/site2.gif'),
		new SwapImage('footer_netshop','img/all/footer/netshop1.gif', 'img/all/footer/netshop2.gif'),
		new SwapImage('footer_info','img/all/footer/info1.gif', 'img/all/footer/info2.gif'),
		new SwapImage('footer_english','img/all/footer/english1.gif', 'img/all/footer/english2.gif'),
		new SwapImage('footer_sitemap','img/all/footer/sitemap1.gif', 'img/all/footer/sitemap2.gif')
  ];
	
  window.onload = function () {setupSwapImages(swapImages);};


