image=new Array(); image[1]=new Image(); image[2]=new Image();
image[1].src="/images/interior/menu.light.off.jpg"
image[2].src="/images/interior/menu.light.on.jpg"

function ImageSwap() {
	if (m==1) {
		document.button1.src=image[n].src; Indicator()
	} else if (m==2) {
		document.button2.src=image[n].src; Indicator()
	} else if (m==3) {
		document.button3.src=image[n].src; Indicator()
	} else if (m==4) {
		document.button4.src=image[n].src; Indicator()
	} else if (m==5) {
		document.button5.src=image[n].src; Indicator()
	} else if (m==6) {
		document.button6.src=image[n].src; Indicator()
	} else if (m==7) {
		document.button7.src=image[n].src; Indicator()
	}
}

function Indicator() {
	if (ind==1) {
		document.button1.src=image[2].src
	} else if (ind==2) {
		document.button2.src=image[2].src
	} else if (ind==3) {
		document.button3.src=image[2].src
	} else if (ind==4) {
		document.button4.src=image[2].src
	} else if (ind==5) {
		document.button5.src=image[2].src
	} else if (ind==6) {
		document.button6.src=image[2].src
	} else if (ind==7) {
		document.button7.src=image[2].src
	}
}


function Dummy() {
  dumvar=0
}