
<!--
//Added to take care of MSEI 3.02
function getAppVersion() {
        appstr = navigator.userAgent;
        if( (appstr.substring(0, 39) >= "Mozilla/3.0") )
                return 1;
}
	imag = new Array()
	imag[0] = "../images/home_ants_off.gif"
	imag[1] = "../images/home_ants_on.gif"
	imag[2] = "../images/home_cockroach_off.gif"
	imag[3] = "../images/home_cockroach_on.gif"
	imag[4] = "../images/home_fleas_off.gif"
	imag[5] = "../images/home_fleas_on.gif"
	imag[6] = "../images/home_dustmite_off.gif"
	imag[7] = "../images/home_dustmite_on.gif"
	imag[8] = "../images/home_housefly_off.gif"
	imag[9] = "../images/home_housefly_on.gif"
	imag[10] = "../images/home_lice_off.gif"
	imag[11] = "../images/home_lice_on.gif"
	imag[12] = "../images/home_mosquito_off.gif"
	imag[13] = "../images/home_mosquito_on.gif"
	imag[14] = "../images/home_spiders_off.gif"
	imag[15] = "../images/home_spiders_on.gif"
	imag[16] = "../images/home_ticks_off.gif"
	imag[17] = "../images/home_ticks_on.gif"
	imag[18] = "../images/home_wasps_off.gif"
	imag[19] = "../images/home_wasps_on.gif"
	imag[20] = "../images/common_types_off.gif"
	imag[21] = "../images/common_types_on.gif"
	imag[22] = "../images/biology_off.gif"
	imag[23] = "../images/biology_on.gif"
	imag[24] = "../images/health_issues_off.gif"
	imag[25] = "../images/health_issues_on.gif"
	imag[26] = "bug_control_off.gif"
	imag[27] = "bug_control_on.gif"
	imag[28] = "../images/about_off.gif"
	imag[29] = "../images/about_on.gif"
	imag[30] = "../images/qas_off.gif"
	imag[31] = "../images/qas_on.gif"
	imag[32] = "../images/sitemap_off.gif"
	imag[33] = "../images/sitemap_on.gif"
	imag[34] = "../images/home_off.gif"
	imag[35] = "../images/home_on.gif"
	imag[36] = "../images/links_off.gif"
	imag[37] = "../images/links_on.gif"
	imag[38] = "../images/home_bedbugs_off.gif"
	imag[39] = "../images/home_bedbugs_on.gif"
//-->
