	if (document.images) {
		
		if(!rootPath) var rootPath = '';
		
		var menu01on = new Image()
		menu01on.src = rootPath + "images/buttons/on/menu01.gif"
		var menu01off = new Image() 
		menu01off.src = rootPath + "images/buttons/off/menu01.gif"

		var menu02on = new Image()
		menu02on.src = rootPath + "images/buttons/on/menu02.gif"
		var menu02off = new Image() 
		menu02off.src = rootPath + "images/buttons/off/menu02.gif"

			var menu02_1on = new Image()
			menu02_1on.src = rootPath + "images/buttons/on/menu02_1.gif"
			var menu02_1off = new Image() 
			menu02_1off.src = rootPath + "images/buttons/off/menu02_1.gif"
	
			var menu02_2on = new Image()
			menu02_2on.src = rootPath + "images/buttons/on/menu02_2.gif"
			var menu02_2off = new Image() 
			menu02_2off.src = rootPath + "images/buttons/off/menu02_2.gif"

		var menu03on = new Image()
		menu03on.src = rootPath + "images/buttons/on/menu03.gif"
		var menu03off = new Image() 
		menu03off.src = rootPath + "images/buttons/off/menu03.gif"

			var menu03_1on = new Image()
			menu03_1on.src = rootPath + "images/buttons/on/menu03_1.gif"
			var menu03_1off = new Image() 
			menu03_1off.src = rootPath + "images/buttons/off/menu03_1.gif"
	
			var menu03_2on = new Image()
			menu03_2on.src = rootPath + "images/buttons/on/menu03_2.gif"
			var menu03_2off = new Image() 
			menu03_2off.src = rootPath + "images/buttons/off/menu03_2.gif"
			
			var menu03_3on = new Image()
			menu03_3on.src = rootPath + "images/buttons/on/menu03_3.gif"
			var menu03_3off = new Image() 
			menu03_3off.src = rootPath + "images/buttons/off/menu03_3.gif"
	
			var menu03_4on = new Image()
			menu03_4on.src = rootPath + "images/buttons/on/menu03_4.gif"
			var menu03_4off = new Image() 
			menu03_4off.src = rootPath + "images/buttons/off/menu03_4.gif"
			
			var menu03_5on = new Image()
			menu03_5on.src = rootPath + "images/buttons/on/menu03_5.gif"
			var menu03_5off = new Image() 
			menu03_5off.src = rootPath + "images/buttons/off/menu03_5.gif"

		var menu04on = new Image()
		menu04on.src = rootPath + "images/buttons/on/menu04.gif"
		var menu04off = new Image() 
		menu04off.src = rootPath + "images/buttons/off/menu04.gif"
		
		var menu05on = new Image()
		menu05on.src = rootPath + "images/buttons/on/menu05.gif"
		var menu05off = new Image() 
		menu05off.src = rootPath + "images/buttons/off/menu05.gif"
		
		
		var mapon = new Image()
		mapon.src = rootPath + "images/buttons/on/bt_map.gif"
		var mapoff = new Image() 
		mapoff.src = rootPath + "images/buttons/off/bt_map.gif"
		
		var contacton = new Image()
		contacton.src = rootPath + "images/buttons/on/bt_contact.gif"
		var contactoff = new Image() 
		contactoff.src = rootPath + "images/buttons/off/bt_contact.gif"
	}

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');
}
