// JavaScript Document

	var tab = [
    new SwapImage('i_tab_tea','../img/info/tab_tea1.gif', '../img/info/tab_tea2.gif'),
		new SwapImage('i_tab_coffee','../img/info/tab_coffee1.gif', '../img/info/tab_coffee2.gif'),
		new SwapImage('tab_electronic','../img/info/tab_electronic1.gif', '../img/info/tab_electronic2.gif'),
		new SwapImage('tab_cookingstove','../img/info/tab_cookingstove1.gif', '../img/info/tab_cookingstove2.gif'),
		new SwapImage('tab_glass','../img/info/tab_glass1.gif', '../img/info/tab_glass2.gif'),
		new SwapImage('tab_maintenance','../img/info/tab_maintenance1.gif', '../img/info/tab_maintenance2.gif')
  ];
	
	swapImages = swapImages.concat(tab);