	if (document.images) {

		

		if(!rootPath) var rootPath = '';

		

		var menu01on = new Image()

		menu01on.src = rootPath + "images/buttons/on/menu_01.png"

		var menu01off = new Image() 

		menu01off.src = rootPath + "images/buttons/off/menu_01.png"



		var menu02on = new Image()

		menu02on.src = rootPath + "images/buttons/on/menu_02.png"

		var menu02off = new Image() 

		menu02off.src = rootPath + "images/buttons/off/menu_02.png"



		var menu03on = new Image()

		menu03on.src = rootPath + "images/buttons/on/menu_03.png"

		var menu03off = new Image() 

		menu03off.src = rootPath + "images/buttons/off/menu_03.png"



		var menu04on = new Image()

		menu04on.src = rootPath + "images/buttons/on/menu_04.png"

		var menu04off = new Image() 

		menu04off.src = rootPath + "images/buttons/off/menu_04.png"

		

		var menu05on = new Image()

		menu05on.src = rootPath + "images/buttons/on/menu_05.png"

		var menu05off = new Image() 

		menu05off.src = rootPath + "images/buttons/off/menu_05.png"

		

		var menu06on = new Image()

		menu06on.src = rootPath + "images/buttons/on/menu_06.png"

		var menu06off = new Image() 

		menu06off.src = rootPath + "images/buttons/off/menu_06.png"
		
	
	

		

		

		var side01on = new Image()

		side01on.src = rootPath + "images/buttons/on/side_01.png"

		var side01off = new Image() 

		side01off.src = rootPath + "images/buttons/off/side_01.png"



		var side02on = new Image()

		side02on.src = rootPath + "images/buttons/on/side_02.png"

		var side02off = new Image() 

		side02off.src = rootPath + "images/buttons/off/side_02.png"



		var side03on = new Image()

		side03on.src = rootPath + "images/buttons/on/side_03.png"

		var side03off = new Image() 

		side03off.src = rootPath + "images/buttons/off/side_03.png"



		var side04on = new Image()

		side04on.src = rootPath + "images/buttons/on/side_04.png"

		var side04off = new Image() 

		side04off.src = rootPath + "images/buttons/off/side_04.png"

		

		var side05on = new Image()

		side05on.src = rootPath + "images/buttons/on/side_05.png"

		var side05off = new Image() 

		side05off.src = rootPath + "images/buttons/off/side_05.png"

		

		var side06on = new Image()

		side06on.src = rootPath + "images/buttons/on/side_06.png"

		var side06off = new Image() 

		side06off.src = rootPath + "images/buttons/off/side_06.png"
		
		
		
		var side07on = new Image()

		side07on.src = rootPath + "images/buttons/on/side_07.png"

		var side07off = new Image() 

		side07off.src = rootPath + "images/buttons/off/side_07.png"
		

		
		
		
		var side08on = new Image()

		side08on.src = rootPath + "images/buttons/on/side_08.png"

		var side08off = new Image() 

		side08off.src = rootPath + "images/buttons/off/side_08.png"		
	}



function inact(imgName) {

	if (document.images)

    document[imgName].src = eval(imgName + 'off.src');

}



function act(imgName) {

  if (document.images)

    document[imgName].src = eval(imgName + 'on.src');

}

