if (document.images) {

// begin the main links

    home1 = new Image
    home1.src = 'images/common/link_home_off.gif'
    home2 = new Image
    home2.src = 'images/common/link_home_on.gif'
    agents1 = new Image
    agents1.src = 'images/common/link_agents_off.gif'
    agents2 = new Image
    agents2.src = 'images/common/link_agents_on.gif'
    search1 = new Image
    search1.src = 'images/common/link_search_off.gif'
    search2 = new Image
    search2.src = 'images/common/link_search_on.gif'

	// new search button
	searchamarillonew1 = new Image
	searchamarillonew1.src = 'images/common/link_search-new_off.gif'
	searchamarillonew2 = new Image
	searchamarillonew2.src = 'images/common/link_search-new_on.gif'

	searchamarillo1 = new Image
    searchamarillo1.src = 'images/common/link_searchamarillo_off.gif'
    searchamarillo2 = new Image
    searchamarillo2.src = 'images/common/link_searchamarillo_on.gif'

    virtualtour1 = new Image
    virtualtour1.src = 'images/common/link_virtualtours_off.gif'
    virtualtour2 = new Image
    virtualtour2.src = 'images/common/link_virtualtours_on.gif'
    areamls1 = new Image
    areamls1.src = 'images/common/link_areamls_off.gif'
    areamls2 = new Image
    areamls2.src = 'images/common/link_areamls_on.gif'
    howto1 = new Image
    howto1.src = 'images/common/link_howto_off.gif'
    howto2 = new Image
    howto2.src = 'images/common/link_howto_on.gif'

    relocation1 = new Image
    relocation1.src = 'images/common/link_relocation_off.gif'
    relocation2 = new Image
    relocation2.src = 'images/common/link_relocation_on.gif'
    mortgage1 = new Image
    mortgage1.src = 'images/common/link_mortgagecalc_off.gif'
    mortgage2 = new Image
    mortgage2.src = 'images/common/link_mortgagecalc_on.gif'
    community1 = new Image
    community1.src = 'images/common/link_community_off.gif'
    community2 = new Image
    community2.src = 'images/common/link_community_on.gif'
    contact1 = new Image
    contact1.src = 'images/common/link_contacthugh_off.gif'
    contact2 = new Image
    contact2.src = 'images/common/link_contacthugh_on.gif'
    testimonials1 = new Image
    testimonials1.src = 'images/common/link_testimonials_off.gif'
    testimonials2 = new Image
    testimonials2.src = 'images/common/link_testimonials_on.gif'
    history1 = new Image
    history1.src = 'images/common/link_history_off.gif'
    history2 = new Image
    history2.src = 'images/common/link_history_on.gif'

// end the main links

// begin the small logo links

    eho1 = new Image
    eho1.src = 'images/common/logo_eho_off.gif'
    eho2 = new Image
    eho2.src = 'images/common/logo_eho_on.gif'
    realtor1 = new Image
    realtor1.src = 'images/common/logo_realtor_off.gif'
    realtor2 = new Image
    realtor2.src = 'images/common/logo_realtor_on.gif'
    bbb1 = new Image
    bbb1.src = 'images/common/logo_bbb_off.gif'
    bbb2 = new Image
    bbb2.src = 'images/common/logo_bbb_on.gif'
    relo1 = new Image
    relo1.src = 'images/common/logo_relo_off.gif'
    relo2 = new Image
    relo2.src = 'images/common/logo_relo_on.gif'

// end the small logo links

// rollovers that appear only on home page

    sublistings1 = new Image
    sublistings1.src = 'images/home/sub_viewlistings_off.gif'
    sublistings2 = new Image
    sublistings2.src = 'images/home/sub_viewlistings_on.gif'

    subtips1 = new Image
    subtips1.src = 'images/home/sub_tipsonbuying_off.gif'
    subtips2 = new Image
    subtips2.src = 'images/home/sub_tipsonbuying_on.gif'

    readtestimonials1 = new Image
    readtestimonials1.src = 'images/home/sub_testimonials_off.gif'
    readtestimonials2 = new Image
    readtestimonials2.src = 'images/home/sub_testimonials_on.gif'

// end home-only rollovers


 }


function chgImg(imgField,newImg) {
	if (document.images) {
		document[imgField].src= eval(newImg + ".src")
	}
}