
bpmhomespath = window.bpmhomespath ? window.bpmhomespath : "";

Main1 = new Image(164,18)
Main1.src = bpmhomespath + 'images/homeoff.jpg'
Image1 = new Image(164,18)
Image1.src = bpmhomespath + 'images/homeon.jpg'
Main2 = new Image(143,18)
Main2.src = bpmhomespath + 'images/contactoff.jpg'
Image2 = new Image(143,18)
Image2.src = bpmhomespath + 'images/contacton.jpg'
Main3 = new Image(164,18)
Main3.src = bpmhomespath + 'images/landlordsoff.jpg'
Image3 = new Image(164,18)
Image3.src = bpmhomespath + 'images/landlordson.jpg'
Main4 = new Image(143,18)
Main4.src = bpmhomespath + 'images/tenantsoff.jpg'
Image4 = new Image(143,18)
Image4.src = bpmhomespath + 'images/tenantson.jpg'
Main5 = new Image(164,18)
Main5.src = bpmhomespath + 'images/registeroff.jpg'
Image5 = new Image(164,18)
Image5.src = bpmhomespath + 'images/registeron.jpg'
Main6 = new Image(143,18)
Main6.src = bpmhomespath + 'images/searchoff.jpg'
Image6 = new Image(143,18)
Image6.src = bpmhomespath + 'images/searchon.jpg'
			
function setMainImage1(pImage) {
	var x = eval(pImage)
document.imageflip1.src = x.src
}

function setMainImage2(pImage) {
	var x = eval(pImage)
document.imageflip2.src = x.src
}

function setMainImage3(pImage) {
	var x = eval(pImage)
document.imageflip3.src = x.src
}

function setMainImage4(pImage) {
	var x = eval(pImage)
document.imageflip4.src = x.src
}

function setMainImage5(pImage) {
	var x = eval(pImage)
document.imageflip5.src = x.src
}

function setMainImage6(pImage) {
	var x = eval(pImage)
document.imageflip6.src = x.src
}

function submitform() {
	document.lettings.submit();
}
