// JavaScript Document
if (document.images) {
		homeoff = new Image
		homeon = new Image
	
		homeoff.src = 'images/home_off.gif'
		homeon.src = 'images/home_on.gif'
	}
	else {
		homeoff = ''
		homeon = ''
		document.home = ''
}
if (document.images) {
		appraisalsoff = new Image
		appraisalson = new Image
	
		appraisalsoff.src = 'images/appraisals_off.gif'
		appraisalson.src = 'images/appraisals_on.gif'
	}
	else {
		appraisalsoff = ''
		appraisalson = ''
		document.appraisals = ''
}
if (document.images) {
		mhoff = new Image
		mhon = new Image
	
		mhoff.src = 'images/mh_off.gif'
		mhon.src = 'images/mh_on.gif'
	}
	else {
		mhoff = ''
		mhon = ''
		document.mh = ''
}
if (document.images) {
		staffoff = new Image
		staffon = new Image
	
		staffoff.src = 'images/staff_off.gif'
		staffon.src = 'images/staff_on.gif'
	}
	else {
		staffoff = ''
		staffon = ''
		document.staff = ''
}
if (document.images) {
		faqoff = new Image
		faqon = new Image
	
		faqoff.src = 'images/faq_off.gif'
		faqon.src = 'images/faq_on.gif'
	}
	else {
		faqoff = ''
		faqon = ''
		document.faq = ''
}
if (document.images) {
		contactoff = new Image
		contacton = new Image
	
		contactoff.src = 'images/contact_off.gif'
		contacton.src = 'images/contact_on.gif'
	}
	else {
		contactoff = ''
		contacton = ''
		document.contact = ''
}
if (document.images) {
		links1off = new Image
		links1on = new Image
	
		links1off.src = 'images/links_off.gif'
		links1on.src = 'images/links_on.gif'
	}
	else {
		links1off = ''
		links1on = ''
		document.links1 = ''
}
if (document.images) {
		cpa1off = new Image
		cpa1on = new Image
	
		cpa1off.src = 'images/cpa_off.gif'
		cpa1on.src = 'images/cpa_on.gif'
	}
	else {
		cpa1off = ''
		cpa1on = ''
		document.cpa1 = ''
}